getBackgroundColor method
Background Color
Implementation
Color getBackgroundColor() =>
_backgroundColor ??
(getTheme() != null
? getTheme()!.getBackgroundColor()
: Colors.transparent);
Background Color
Color getBackgroundColor() =>
_backgroundColor ??
(getTheme() != null
? getTheme()!.getBackgroundColor()
: Colors.transparent);