colorCodePrefixStyle property
The TextStyle of the prefix of the color code.
The prefix always include the alpha value and may also include a num char
'#' or '0x' based on the ColorPickerCopyPasteBehavior.copyFormat
setting.
Defaults to colorCodeTextStyle, if not defined.
Implementation
final TextStyle? colorCodePrefixStyle;