bottomAppBarTheme property

BottomAppBarTheme bottomAppBarTheme

performs a simple Theme.of(context).bottomAppBarTheme action and returns given bottomAppBarTheme

Implementation

BottomAppBarTheme get bottomAppBarTheme => Theme.of(this).bottomAppBarTheme;