WxAnchorThemeDefault class

Inheritance

Constructors

WxAnchorThemeDefault(BuildContext context)

Properties

appTheme ThemeData
no setterinherited
context BuildContext
finalinherited
curve Curve
The curve to apply when animating the parameters of anchor widget.
finalinherited
disabled bool
Whether the descent WxAnchor is disabled for interaction.
finalinherited
duration Duration
The duration over which to animate the parameters of anchor widget.
finalinherited
feedback bool
Whether detected gestures should provide acoustic and/or haptic feedback.
finalinherited
focusable bool
If true, this widget may request the primary focus.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
mouseCursor MouseCursor?
The cursor for a mouse pointer when it enters or is hovering over the widget.
finalinherited
overlay bool
Whether the overlay is enabled or not
finalinherited
platform TargetPlatform
The platform, WxAnchor should adapt to target.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style WxAnchorStyle
The WxAnchorStyle to be applied to the anchor widget
no setteroverride
type Object
The extension's type.
no setterinherited

Methods

copyWith({Curve? curve, Duration? duration, TargetPlatform? platform, WxAnchorStyle? style, bool? overlay, bool? feedback, bool? focusable, bool? disabled, MouseCursor? mouseCursor}) WxAnchorThemeData
Creates a copy of this WxAnchorThemeData but with the given fields replaced with the new values.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
lerp(covariant ThemeExtension<WxAnchorThemeData>? other, double t) WxAnchorThemeData
Linearly interpolate with another ThemeExtension object.
inherited
merge(WxAnchorThemeData? other) WxAnchorThemeData
Creates a copy of this WxAnchorThemeData but with the given fields replaced with the new values.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toMap() Map<String, dynamic>
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited