bottom property Null safety
final
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.
This property is used to configure an AppBar.
Implementation
final PreferredSizeWidget? bottom;