secondary static method
      
FBaseButtonStyle Function(FButtonStyle style)
secondary([ 
    
- FButtonStyle style(- FButtonStyle style
 
The button's secondary style.
Shorthand for the current context's FButtonStyles.secondary style.
Implementation
static FBaseButtonStyle Function(FButtonStyle style) secondary([FButtonStyle Function(FButtonStyle style)? style]) =>
    (_) => _Resolve(
      (context) => style?.call(context.theme.buttonStyles.secondary) ?? context.theme.buttonStyles.secondary,
    );