bottom property

PreferredSizeWidget? bottom
final

A widget to place at the bottom of the navigation bar.

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

This example shows a CupertinoSearchTextField at the bottom of a CupertinoNavigationBar.
link

To create a local project with this code sample, run:
flutter create --sample=cupertino.CupertinoNavigationBar.bottom.1 mysample

See also:

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

Implementation

final PreferredSizeWidget? bottom;