bottom property
This widget appears across the bottom of the app bar.
Typically a TabBar. Only widgets that implement PreferredSizeWidget can be used at the bottom of an app bar.
Implementation
final PreferredSizeWidget? bottom;
This widget appears across the bottom of the app bar.
Typically a TabBar. Only widgets that implement PreferredSizeWidget can be used at the bottom of an app bar.
final PreferredSizeWidget? bottom;