VButtonStyle constructor
const
VButtonStyle({
- Color? backgroundColorDisabled,
- Color? backgroundColorActive,
- Color? foregroundColorDisabled,
- Color? foregroundColorActive,
- Color? overlayColorPressed,
- Color? overlayColorFocused,
- Color? shadowColor,
- double? elevation,
- double? borderRadiusActive,
- double? borderRadiusDisabled,
- Size? minimumSize,
- BorderSide? borderSideActive,
- BorderSide? borderSideDisabled,
- EdgeInsetsGeometry? padding,
Implementation
const VButtonStyle({
this.backgroundColorDisabled,
this.backgroundColorActive,
this.foregroundColorDisabled,
this.foregroundColorActive,
this.overlayColorPressed,
this.overlayColorFocused,
this.shadowColor,
this.elevation,
this.borderRadiusActive,
this.borderRadiusDisabled,
this.minimumSize,
this.borderSideActive,
this.borderSideDisabled,
this.padding,
});