IntOptions class
Constructors
Properties
Methods
-
dropdownItems(
{bool visiableOnly = true}) → List< DropdownMenuItem< int> > -
entries(
[bool visiableOnly = true]) → List< MapEntry< int, String> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
options(
{bool visiableOnly = true}) → List< LabelValue< int> > -
segmentItems(
{bool visiableOnly = true, double paddingX = 8}) → List< ButtonSegment< int> > -
toBits(
int value) → List< int> -
toDropdownItem(
int value) → DropdownMenuItem< int> -
toLabel(
int? value) → String -
toLabelOr(
int? value, String? emptyText) → String -
toMenuItem(
int value) → PopupMenuItem< int> -
toString(
) → String -
A string representation of this object.
inherited
-
toWidget(
int? value) → Widget -
toWidgetOr(
int? value, String? emptyText) → Widget -
values(
{bool visiableOnly = true}) → List< int>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited