WxAnchorStyle.circle constructor
WxAnchorStyle.circle({})
Create an anchor style with circle shape.
Implementation
WxAnchorStyle.circle({
this.margin,
this.padding,
this.scale,
this.opacity,
this.overlayColor,
this.overlayOpacity,
double? overlayRadius,
this.textColor,
this.textStyle,
this.textAlign,
this.iconColor,
this.iconOpacity,
this.iconSize,
}) : overlayShape = const CircleBorder(),
overlayExtent =
overlayRadius != null ? Size.fromRadius(overlayRadius) : null;