DesktopView class
Constructors
-
DesktopView({required String? value, required List<
DropdownMenuItem< items, required void onChanged(String newValue), required BuildContext context, required String? label, required bool disabled, required bool? isMandatory, required Function? addButtonCallback, required Function? openPanel, required Widget? panelChild, required FocusNode focusNode})String> >
Properties
- addButtonCallback → Function?
-
final
- context ↔ BuildContext
-
getter/setter pair
- disabled ↔ bool
-
getter/setter pair
- focusNode → FocusNode
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isMandatory ↔ bool?
-
getter/setter pair
-
items
↔ List<
DropdownMenuItem< String> > -
getter/setter pair
- label ↔ String?
-
getter/setter pair
- onChanged ↔ void Function(String newValue)
-
getter/setter pair
- openPanel → Function?
-
final
- panelChild → Widget?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
render(
) → Widget -
renderSelect(
) → Widget -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited