accentColor property

SystemAccentColor accentColor
final

Get the system accent color.

This is available for the following platforms:

  • Windows
  • Web
  • Android

It returns kDefaultFallbackColor for unsupported platforms

Implementation

static final SystemAccentColor accentColor = SystemAccentColor(fallbackColor)
  ..load();