kDefaultIconLightColor top-level property

Color kDefaultIconLightColor
final

The default color for ThemeData.iconTheme when ThemeData.brightness is Brightness.dark. This color is used in IconButton to detect whether IconTheme.of(context).color is the same as the default color of ThemeData.iconTheme.

Implementation

// ignore: prefer_const_constructors
final Color kDefaultIconLightColor = Color(0xFFFFFFFF);