DropdownBtnParams 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

Properties

alignment AlignmentGeometry
getter/setter pair
autofocus bool
getter/setter pair
borderRadius BorderRadius?
getter/setter pair
disabledHint Widget?
getter/setter pair
getter/setter pair
getter/setter pair
elevation int
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
hint Widget?
getter/setter pair
icon Widget?
getter/setter pair
iconDisabledColor Color?
getter/setter pair
iconEnabledColor Color?
getter/setter pair
iconSize double
getter/setter pair
isDense bool
getter/setter pair
isEnabled bool
getter/setter pair
isExpanded bool
getter/setter pair
itemHeight double?
getter/setter pair
items List<DropdownMenuItem<int>>?
getter/setter pair
key Key?
getter/setter pair
manager ↔ IndexManager?
getter/setter pair
getter/setter pair
getter/setter pair
onTap ↔ (void Function()?)
getter/setter pair
padding EdgeInsetsGeometry?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedItemBuilder ↔ (List<Widget> Function(BuildContext)?)
getter/setter pair
style TextStyle?
getter/setter pair
underline Widget?
getter/setter pair
value int?
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