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