bottom property

PreferredSizeWidget? bottom
final

This widget appears below the app bar. Typically a ZdsResponsiveTabBar or a ZdsTabBar.

See also:

  • PreferredSize, which can be used to give an arbitrary widget a preferred size.

Implementation

final PreferredSizeWidget? bottom;