preferredSize property
The preferred size required by Scaffold.appBar.
Uses the standard kToolbarHeight.
Implementation
@override
Size get preferredSize => const Size.fromHeight(kToolbarHeight);
The preferred size required by Scaffold.appBar.
Uses the standard kToolbarHeight.
@override
Size get preferredSize => const Size.fromHeight(kToolbarHeight);