bottomSheetTheme property
BottomSheetThemeData
get
bottomSheetTheme
performs a simple Theme.of(context).bottomSheetTheme action and returns given bottomSheetTheme
Implementation
BottomSheetThemeData get bottomSheetTheme => theme.bottomSheetTheme;