WxDrivenAnchorStyle constructor
      const
      WxDrivenAnchorStyle({ 
    
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- double? scale,
- double? opacity,
- ShapeBorder? overlayShape,
- Size? overlayExtent,
- Color? overlayColor,
- double? overlayOpacity,
- Color? textColor,
- TextStyle? textStyle,
- TextAlign? textAlign,
- Color? iconColor,
- double? iconOpacity,
- double? iconSize,
- WxAnchorStyle? focusedStyle,
- WxAnchorStyle? hoveredStyle,
- WxAnchorStyle? pressedStyle,
- WxAnchorStyle? disabledStyle,
- bool? inherits,
Create a rectangle shaped WxDrivenAnchorStyle.
Implementation
const WxDrivenAnchorStyle({
  super.margin,
  super.padding,
  super.scale,
  super.opacity,
  super.overlayShape,
  super.overlayExtent,
  super.overlayColor,
  super.overlayOpacity,
  super.textColor,
  super.textStyle,
  super.textAlign,
  super.iconColor,
  super.iconOpacity,
  super.iconSize,
  this.focusedStyle,
  this.hoveredStyle,
  this.pressedStyle,
  this.disabledStyle,
  this.inherits,
});