effectiveStyle property

WxAnchorStyle get effectiveStyle

Implementation

WxAnchorStyle get effectiveStyle {
  return const WxDrivenAnchorStyle().merge(style).copyWith(
        margin: margin,
        padding: padding,
        scale: scale,
        opacity: opacity,
        overlayShape: overlayShape,
        overlayColor: overlayColor,
        overlayOpacity: overlayOpacity,
        overlayExtent: overlayExtent,
        textColor: textColor,
        textStyle: textStyle,
        textAlign: textAlign,
        iconColor: iconColor,
        iconOpacity: iconOpacity,
        iconSize: iconSize,
        focusedStyle: focusedStyle,
        hoveredStyle: hoveredStyle,
        pressedStyle: pressedStyle,
        disabledStyle: disabledStyle,
      );
}