UMMODI
Results
2
comments of
UMMODI
Wrap a custom widget inside PreferredSize If you’re building a custom widget instead of AppBar, you need to wrap it: PreferredSizeWidget appBarMain(BuildContext context) { return PreferredSize( preferredSize: const Size.fromHeight(60), //...
I am experiencing the same issue and need to find a solution. Could you please fix it?