actionSmallTextStyle property
The TextStyle of interactive text content such as text in a small button.
Implementation
TextStyle get actionSmallTextStyle {
return _actionSmallTextStyle ?? _defaults.actionSmallTextStyle(primaryColor: _primaryColor);
}