This commit was merged in pull request #155.
This commit is contained in:
@@ -61,6 +61,28 @@ class Bars extends DemoPage {
|
||||
)
|
||||
],
|
||||
),
|
||||
const Gap(20),
|
||||
TopNavigationBar(
|
||||
leading: Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 20),
|
||||
child: Image.asset('assets/images/studio_long_logo.png'),
|
||||
),
|
||||
actions: [
|
||||
Padding(
|
||||
padding:
|
||||
const EdgeInsets.symmetric(horizontal: 20, vertical: 25),
|
||||
child: FlatButton(
|
||||
label: 'Estimer mon projet'.wrap(),
|
||||
),
|
||||
),
|
||||
],
|
||||
navigationItems: [
|
||||
'ACCEUIL'.wrap(),
|
||||
'VOTRE PROGRAMME'.wrap(),
|
||||
'LE STUDIO'.wrap(),
|
||||
'SAVOIR FAIRE'.wrap()
|
||||
].whereType<TextWrapper>().toList(),
|
||||
),
|
||||
],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user