IconBtnParams class

(en) Parameter class used in BtnParams.

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

Constructors

IconBtnParams()

Properties

alignment AlignmentGeometry
getter/setter pair
autofocus bool
getter/setter pair
color Color?
getter/setter pair
constraints BoxConstraints?
getter/setter pair
disabledColor Color?
getter/setter pair
enableFeedback 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
icon Widget?
getter/setter pair
iconSize double?
getter/setter pair
isSelected bool?
getter/setter pair
key Key?
getter/setter pair
mouseCursor MouseCursor?
getter/setter pair
onPressed ↔ (void Function()?)
getter/setter pair
padding EdgeInsetsGeometry
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedIcon Widget?
getter/setter pair
splashColor Color?
getter/setter pair
splashRadius double?
getter/setter pair
style ButtonStyle?
getter/setter pair
tooltip String?
getter/setter pair
visualDensity VisualDensity?
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