colorNameTextStyle property
Text style for the displayed color name in the picker.
Defaults to Theme.of(context).textTheme.bodyMedium
, if not defined.
Implementation
final TextStyle? colorNameTextStyle;
Text style for the displayed color name in the picker.
Defaults to Theme.of(context).textTheme.bodyMedium
, if not defined.
final TextStyle? colorNameTextStyle;