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