WxDrivenAnchorStyle.fromAncestor constructor

WxDrivenAnchorStyle.fromAncestor(
  1. WxAnchorStyle? enabled, {
  2. WxAnchorStyle? focusedStyle,
  3. WxAnchorStyle? hoveredStyle,
  4. WxAnchorStyle? pressedStyle,
  5. WxAnchorStyle? disabledStyle,
  6. 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();