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