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