WxAnchorThemeData constructor
const
WxAnchorThemeData({
- Curve curve = Curves.linear,
- Duration duration = const Duration(milliseconds: 150),
- TargetPlatform platform = TargetPlatform.android,
- WxAnchorStyle style = const WxAnchorStyle(),
- bool overlay = true,
- bool feedback = true,
- bool focusable = true,
- bool disabled = false,
- MouseCursor? mouseCursor,
Creates a theme data that can be used for WxAnchorTheme.
Implementation
const WxAnchorThemeData({
this.curve = Curves.linear,
this.duration = const Duration(milliseconds: 150),
this.platform = TargetPlatform.android,
this.style = const WxAnchorStyle(),
this.overlay = true,
this.feedback = true,
this.focusable = true,
this.disabled = false,
this.mouseCursor,
});