WxDrivenAnchorStyle.fromAncestor constructor
WxDrivenAnchorStyle.fromAncestor(
- WxAnchorStyle? enabled, {
- WxAnchorStyle? focusedStyle,
- WxAnchorStyle? hoveredStyle,
- WxAnchorStyle? pressedStyle,
- WxAnchorStyle? disabledStyle,
- bool? inherits,
Create a WxDrivenAnchorStyle with value from another WxAnchorStyle.
Implementation
WxDrivenAnchorStyle.fromAncestor(
super.enabled, {
this.focusedStyle,
this.hoveredStyle,
this.pressedStyle,
this.disabledStyle,
this.inherits,
}) : super.from();