WxAnchorStyle constructor
const
WxAnchorStyle({
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- double? scale,
- double? opacity,
- ShapeBorder? overlayShape,
- Color? overlayColor,
- double? overlayOpacity,
- Size? overlayExtent,
- Color? textColor,
- TextStyle? textStyle,
- TextAlign? textAlign,
- Color? iconColor,
- double? iconOpacity,
- double? iconSize,
Create a raw anchor style.
Implementation
const WxAnchorStyle({
this.margin,
this.padding,
this.scale,
this.opacity,
this.overlayShape,
this.overlayColor,
this.overlayOpacity,
this.overlayExtent,
this.textColor,
this.textStyle,
this.textAlign,
this.iconColor,
this.iconOpacity,
this.iconSize,
});