bottomSheetTheme function

BottomSheetThemeData bottomSheetTheme(
  1. BuildContext context
)

Implementation

BottomSheetThemeData bottomSheetTheme(BuildContext context) {
  return theme(context).bottomSheetTheme;
}