NativeSelectProps class
Constructors
-
NativeSelectProps({required List<NativeSelectOptionProps> options, String? value, String? placeholder, ComponentSize size = ComponentSize.md, bool disabled = false, bool required = false, String? name, String? id, String? label, String? error, bool fullWidth = false, void onChange(String)?})
-
const
Methods
-
copyWith({List<NativeSelectOptionProps>? options, String? value, String? placeholder, ComponentSize? size, bool? disabled, bool? required, String? name, String? id, String? label, String? error, bool? fullWidth, void onChange(String)?})
→ NativeSelectProps
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited