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.
AppBarBehavior.scroll
AppBarBehavior.under
double get bottomHeight => bottom?.bottomHeight ?? 0.0;