chore: Update MenuComponentWidget to use const constructor
This commit is contained in:
parent
aea9b851c0
commit
dc9bc215b9
|
@ -165,7 +165,7 @@ class _HomePageWidgetState extends State<HomePageWidget> {
|
||||||
wrapWithModel(
|
wrapWithModel(
|
||||||
model: _model.menuComponentModel,
|
model: _model.menuComponentModel,
|
||||||
updateCallback: () => setState(() {}),
|
updateCallback: () => setState(() {}),
|
||||||
child: MenuComponentWidget(
|
child: const MenuComponentWidget(
|
||||||
expandable: true,
|
expandable: true,
|
||||||
style: MenuView.list_grid,
|
style: MenuView.list_grid,
|
||||||
item: MenuItem.button,
|
item: MenuItem.button,
|
||||||
|
|
Loading…
Reference in New Issue