bottom property

PreferredSizeWidget? bottom
final

A widget to place at the bottom of the large title or static navigation bar if there is no large title.

Only widgets that implement PreferredSizeWidget can be used at the bottom of a navigation bar.

See also:

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

Implementation

final PreferredSizeWidget? bottom;