chore: Update MenuComponentWidget to use const constructor

This commit is contained in:
jantunesmesias 2024-07-26 16:50:48 -03:00
parent aea9b851c0
commit dc9bc215b9
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class _HomePageWidgetState extends State<HomePageWidget> {
wrapWithModel(
model: _model.menuComponentModel,
updateCallback: () => setState(() {}),
child: MenuComponentWidget(
child: const MenuComponentWidget(
expandable: true,
style: MenuView.list_grid,
item: MenuItem.button,