menu
te_widgets package
documentation
widgets/alert/alert_theme.dart
TAlertTheme
getBackground method
getBackground method
dark_mode
light_mode
getBackground
method
Color
getBackground
(
ColorScheme
colors
)
Implementation
Color getBackground(ColorScheme colors) { return backgroundColor ?? colors.surface; }
te_widgets package
documentation
widgets/alert/alert_theme
TAlertTheme
getBackground method
TAlertTheme class