textStyle property

TextStyle? textStyle
final

TextStyle of the color code display and edit field.

Defaults to Theme.of(context).textTheme.bodyMedium;

Implementation

final TextStyle? textStyle;