MacosIconThemeData.fallback constructor

const MacosIconThemeData.fallback()

Creates an icon theme with some reasonable default values.

The color is blue, the opacity is 1.0, and the size is 24.0.

Implementation

const MacosIconThemeData.fallback()
    : color = const Color.fromARGB(255, 0, 122, 255),
      _opacity = 1.0,
      size = 24.0;