refactor(ui_layout): update example with components updates (close #90)
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
cd2806b07b
commit
45c7bd6fca
@ -13,7 +13,12 @@ class CustomAppBar extends AppBarComponent {
|
|||||||
);
|
);
|
||||||
|
|
||||||
@override
|
@override
|
||||||
AppBarComponent configure({String? title}) => CustomAppBar(
|
AppBarComponent configure({
|
||||||
|
String? title,
|
||||||
|
Widget? leading,
|
||||||
|
List<Widget>? actions,
|
||||||
|
}) =>
|
||||||
|
CustomAppBar(
|
||||||
title: title ?? this.title,
|
title: title ?? this.title,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user