backgroundColor property

Color backgroundColor

shortcut for Theme.of(context).colorScheme.backgroundColor

Implementation

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