EditorItem class
Constructors
- EditorItem({required String fieldName, required EEditorType type, int step = 1, String? title, String? validator(Object? value)?, bool isRequired = false, UploadImageInfo? uploadImageInfo, Object? defaultValue, String? hint, String? invalidMessage, double? min, double? max, String? invalidMin, String? invalidMax})
-
const
Properties
- defaultValue → Object?
-
final
- fieldName → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hint → String?
-
final
- invalidMax → String?
-
final
- invalidMessage → String?
-
final
- invalidMin → String?
-
final
- isRequired → bool
-
final
- max → double?
-
Giới hạn tối đa
final
- min → double?
-
Giới hạn tối thiểu
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- step → int
-
final
- title → String?
-
final
- type → EEditorType
-
final
- uploadImageInfo → UploadImageInfo?
-
final
- validator → String? Function(Object? value)?
-
final
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