WxDrivenButtonStyle constructor
const
WxDrivenButtonStyle({
- WxSheetVariant? variant,
- WxSheetSize? size,
- Color? severity,
- double? width,
- double? height,
- double? minWidth,
- double? maxWidth,
- double? minHeight,
- double? maxHeight,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- double? spacing,
- bool? adaptiveSpacing,
- Offset? offset,
- double? scale,
- double? rotate,
- bool? flipX,
- bool? flipY,
- double? opacity,
- Alignment? alignment,
- Clip? clipBehavior,
- Color? overlayColor,
- double? overlayOpacity,
- ShapeBorder? overlayShape,
- Size? overlayExtent,
- Color? surfaceTint,
- Color? elevationColor,
- double? elevation,
- CrossAxisAlignment? tileAlign,
- MainAxisAlignment? tileJustify,
- bool? tileWrap,
- TextStyle? textStyle,
- TextAlign? textAlign,
- double? textSpacing,
- Color? textColor,
- TextOverflow? textOverflow,
- bool? textSoftWrap,
- TextWidthBasis? textWidthBasis,
- Color? foregroundColor,
- double? foregroundOpacity,
- int? foregroundAlpha,
- Color? backgroundColor,
- double? backgroundOpacity,
- int? backgroundAlpha,
- Color? borderColor,
- double? borderOpacity,
- int? borderAlpha,
- double? borderWidth,
- BorderRadius? borderRadius,
- BorderStyle? borderStyle,
- double? borderOffset,
- OutlinedBorder? border,
- DecorationImage? image,
- List<
BoxShadow> ? shadows, - Gradient? gradient,
- Color? iconColor,
- double? iconOpacity,
- double? iconSize,
- Color? checkmarkColor,
- double? checkmarkSize,
- double? checkmarkWeight,
- Color? spinnerColor,
- Color? spinnerBackgroundColor,
- double? spinnerSize,
- double? spinnerWidth,
- bool? spinnerRounded,
- TextStyle? titleStyle,
- TextStyle? subtitleStyle,
- double? titleSize,
- double? subtitleSize,
- Color? titleColor,
- Color? subtitleColor,
- int? titleMaxLines,
- int? subtitleMaxLines,
- FontWeight? titleWeight,
- FontWeight? subtitleWeight,
- WxButtonStyle? focusedStyle,
- WxButtonStyle? hoveredStyle,
- WxButtonStyle? pressedStyle,
- WxButtonStyle? loadingStyle,
- WxButtonStyle? disabledStyle,
- bool? inherits,
Create a raw WxDrivenButtonStyle.
Implementation
const WxDrivenButtonStyle({
super.variant,
super.size,
super.severity,
super.width,
super.height,
super.minWidth,
super.maxWidth,
super.minHeight,
super.maxHeight,
super.margin,
super.padding,
super.spacing,
super.adaptiveSpacing,
super.offset,
super.scale,
super.rotate,
super.flipX,
super.flipY,
super.opacity,
super.alignment,
super.clipBehavior,
super.overlayColor,
super.overlayOpacity,
super.overlayShape,
super.overlayExtent,
super.surfaceTint,
super.elevationColor,
super.elevation,
super.tileAlign,
super.tileJustify,
super.tileWrap,
super.textStyle,
super.textAlign,
super.textSpacing,
super.textColor,
super.textOverflow,
super.textSoftWrap,
super.textWidthBasis,
super.foregroundColor,
super.foregroundOpacity,
super.foregroundAlpha,
super.backgroundColor,
super.backgroundOpacity,
super.backgroundAlpha,
super.borderColor,
super.borderOpacity,
super.borderAlpha,
super.borderWidth,
super.borderRadius,
super.borderStyle,
super.borderOffset,
super.border,
super.image,
super.shadows,
super.gradient,
super.iconColor,
super.iconOpacity,
super.iconSize,
super.checkmarkColor,
super.checkmarkSize,
super.checkmarkWeight,
super.spinnerColor,
super.spinnerBackgroundColor,
super.spinnerSize,
super.spinnerWidth,
super.spinnerRounded,
super.titleStyle,
super.subtitleStyle,
super.titleSize,
super.subtitleSize,
super.titleColor,
super.subtitleColor,
super.titleMaxLines,
super.subtitleMaxLines,
super.titleWeight,
super.subtitleWeight,
this.focusedStyle,
this.hoveredStyle,
this.pressedStyle,
this.loadingStyle,
this.disabledStyle,
this.inherits,
});