platformProvidesSystemColors property

bool get platformProvidesSystemColors

Returns true if the current platform provides system colors.

As of the current release, system colors are supported on web only.

See also:

  • isSupported, which returns whether a specific color is supported.

Implementation

static bool get platformProvidesSystemColors => false;