InkWellParams class

(en) Parameter class used in BtnParams.

(ja) BtnParamsで利用するパラメータのクラス。

Constructors

InkWellParams()

Properties

autofocus bool
getter/setter pair
borderRadius BorderRadius?
getter/setter pair
canRequestFocus bool
getter/setter pair
child Widget?
getter/setter pair
customBorder ShapeBorder?
getter/setter pair
enableFeedback bool?
getter/setter pair
excludeFromSemantics bool
getter/setter pair
focusColor Color?
getter/setter pair
focusNode FocusNode?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highlightColor Color?
getter/setter pair
hoverColor Color?
getter/setter pair
key Key?
getter/setter pair
mouseCursor MouseCursor?
getter/setter pair
onDoubleTap ↔ (void Function()?)
getter/setter pair
onFocusChange ↔ (void Function(bool)?)
getter/setter pair
onHighlightChanged ↔ (void Function(bool)?)
getter/setter pair
onHover ↔ (void Function(bool)?)
getter/setter pair
onLongPress ↔ (void Function()?)
getter/setter pair
onTap ↔ (void Function()?)
getter/setter pair
onTapCancel ↔ (void Function()?)
getter/setter pair
onTapDown ↔ (void Function(TapDownDetails)?)
getter/setter pair
onTapUp ↔ (void Function(TapUpDetails)?)
getter/setter pair
overlayColor MaterialStateProperty<Color?>?
getter/setter pair
radius double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splashColor Color?
getter/setter pair
splashFactory InteractiveInkFeatureFactory?
getter/setter pair
statesController MaterialStatesController?
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