primary property

Color primary
return Theme.of(context).primaryColor

Implementation

Color get primary => Theme.of(_context).primaryColor;