backgroundColor property

Color backgroundColor

performs a simple Theme.of(context).backgroundColor action and returns given backgroundColor

Implementation

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