SwitchBtnParams class

(en) A class for holding parameters that are used in classes with the same prefix name (XXXParams of X).

(ja) 接頭名(XXXParams of X)が同じクラスで利用するパラメータを保持するためのクラス。

Constructors

SwitchBtnParams()

Properties

activeColor Color?
getter/setter pair
activeThumbImage ImageProvider<Object>?
getter/setter pair
activeTrackColor Color?
getter/setter pair
autofocus bool
getter/setter pair
dragStartBehavior DragStartBehavior
getter/setter pair
focusColor Color?
getter/setter pair
focusNode FocusNode?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hoverColor Color?
getter/setter pair
inactiveThumbColor Color?
getter/setter pair
inactiveThumbImage ImageProvider<Object>?
getter/setter pair
inactiveTrackColor Color?
getter/setter pair
isEnabled bool
getter/setter pair
key Key?
getter/setter pair
manager ↔ FlagManager?
getter/setter pair
materialTapTargetSize MaterialTapTargetSize?
getter/setter pair
mouseCursor MouseCursor?
getter/setter pair
onActiveThumbImageError ↔ (void Function(Object, StackTrace?)?)
getter/setter pair
onChanged ↔ (void Function(bool)?)
getter/setter pair
onInactiveThumbImageError ↔ (void Function(Object, StackTrace?)?)
getter/setter pair
overlayColor MaterialStateProperty<Color>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splashRadius double?
getter/setter pair
thumbColor MaterialStateProperty<Color>?
getter/setter pair
thumbIcon MaterialStateProperty<Icon?>?
getter/setter pair
trackColor MaterialStateProperty<Color>?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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