actionTextStyle property

TextStyle actionTextStyle

The TextStyle of interactive text content such as text in a button without background.

Implementation

TextStyle get actionTextStyle {
  return _actionTextStyle ?? _defaults.actionTextStyle(primaryColor: _primaryColor);
}