surfaceColor property

Color get surfaceColor

performs a simple Theme.of(context).backgroundColor action and returns given surfaceColor

Implementation

Color get surfaceColor => theme.colorScheme.surface;