primaryColor property
performs a simple Theme.of(context).primaryColor action and returns given primaryColor
Implementation
Color get primaryColor => theme.primaryColor;
performs a simple Theme.of(context).primaryColor action and returns given primaryColor
Color get primaryColor => theme.primaryColor;