bottomSheetAppBarColor property
Color
get
bottomSheetAppBarColor
Implementation
Color get bottomSheetAppBarColor => isDark
? theme.cardColor.withValues(alpha: 0.6)
: Colors.black.withValues(alpha: 0.07);