actionTextStyle property Null safety
The TextStyle of interactive text content such as text in a button without background.
Implementation
TextStyle get actionTextStyle {
return _actionTextStyle ?? _defaults.actionTextStyle(primaryColor: _primaryColor);
}