master #81
@ -77,7 +77,7 @@ class Bars extends DemoPage {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
navigationItems: [
|
navigationItems: [
|
||||||
'ACCEUIL'.wrap(style: const TextStyle(color: Colors.red)),
|
'ACCEUIL'.wrap(),
|
||||||
'VOTRE PROGRAMME'.wrap(),
|
'VOTRE PROGRAMME'.wrap(),
|
||||||
'LE STUDIO'.wrap(),
|
'LE STUDIO'.wrap(),
|
||||||
'SAVOIR FAIRE'.wrap()
|
'SAVOIR FAIRE'.wrap()
|
||||||
|
@ -25,7 +25,6 @@ class TopAppBarTheme extends TopBarThemeExtension {
|
|||||||
subTitleStyle: GoogleFonts.montserrat(
|
subTitleStyle: GoogleFonts.montserrat(
|
||||||
fontWeight: FontWeight.w400,
|
fontWeight: FontWeight.w400,
|
||||||
color: const Color.fromRGBO(36, 38, 42, 1),
|
color: const Color.fromRGBO(36, 38, 42, 1),
|
||||||
fontStyle: FontStyle.italic,
|
|
||||||
fontSize: 18,
|
fontSize: 18,
|
||||||
),
|
),
|
||||||
iconTheme: const IconThemeData(color: Color.fromRGBO(36, 38, 42, 1)),
|
iconTheme: const IconThemeData(color: Color.fromRGBO(36, 38, 42, 1)),
|
||||||
@ -44,7 +43,6 @@ class TopAppBarTheme extends TopBarThemeExtension {
|
|||||||
),
|
),
|
||||||
subTitleStyle: GoogleFonts.montserrat(
|
subTitleStyle: GoogleFonts.montserrat(
|
||||||
fontWeight: FontWeight.w400,
|
fontWeight: FontWeight.w400,
|
||||||
fontStyle: FontStyle.italic,
|
|
||||||
fontSize: 18,
|
fontSize: 18,
|
||||||
),
|
),
|
||||||
iconTheme: const IconThemeData(color: Colors.white),
|
iconTheme: const IconThemeData(color: Colors.white),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user