actionSmallTextStyle property

TextStyle get actionSmallTextStyle

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

Implementation

TextStyle get actionSmallTextStyle {
  return _actionSmallTextStyle ?? _defaults.actionSmallTextStyle(primaryColor: _primaryColor);
}