pickerTypeTextStyle property

TextStyle? pickerTypeTextStyle
final

The TextStyle of the labels in segmented color picker type selector.

Defaults to Theme.of(context).textTheme.bodySmall, if not defined.

Implementation

final TextStyle? pickerTypeTextStyle;