NormalBtnParams class

(en) Parameter class used in BtnParams.

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

Constructors

NormalBtnParams()

Properties

autofocus bool?
getter/setter pair
clipBehavior Clip?
getter/setter pair
focusNode FocusNode?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon Widget?
getter/setter pair
key Key?
getter/setter pair
label Widget?
getter/setter pair
onFocusChange ↔ (void Function(bool)?)
getter/setter pair
onHover ↔ (void Function(bool)?)
getter/setter pair
onLongPress ↔ (void Function()?)
getter/setter pair
onPressed ↔ (void Function()?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statesController MaterialStatesController?
getter/setter pair
style ButtonStyle?
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