double bottomHeight

The height of the bottom widget. The Scaffold uses this value to control the size of the app bar when its appBarBehavior is AppBarBehavior.scroll or AppBarBehavior.under.

Source

double get bottomHeight => bottom?.bottomHeight ?? 0.0;