getBackgroundColor method

Color getBackgroundColor()

Implementation

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