background property

Color background
return Theme.of(context).backgroundColor

Implementation

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