bottom property

PreferredSizeWidget? bottom
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.

Implementation

final PreferredSizeWidget? bottom;