canvas property

Color canvas
return Theme.of(context).canvasColor

Implementation

Color get canvas => Theme.of(_context).canvasColor;