buildFlexibleSpace method
- BuildContext context
Widget to display a flexible space in the AppBar.
Returns null by default, i.e. a flexible space widget is not included.
See also:
- AppBar.flexibleSpace, the intended use for the return value of this method.
Implementation
Widget? buildFlexibleSpace(BuildContext context) => null;