backgroundColor property

Color backgroundColor

shortcut for Theme.of(context).backgroundColor

Implementation

Color get backgroundColor => Theme.of(this).backgroundColor;