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