MyFormObj class

Constructors

MyFormObj({String? title, required String serverName, required MyFormType type, required TextEditingController controller, String? hint, String? afterCount, Widget? suffixIcon, Widget? prefixIcon, Widget? bottomWidget, List<ChoiceObj>? choiceObjs, dynamic choiceValue, bool optional = false, bool readOnly = false, int flex = 1})

Properties

afterCount String?
getter/setter pair
bottomWidget Widget?
getter/setter pair
choiceObjs List<ChoiceObj>?
getter/setter pair
choiceValue ↔ dynamic
getter/setter pair
controller TextEditingController
getter/setter pair
flex int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hint String?
getter/setter pair
optional bool
getter/setter pair
prefixIcon Widget?
getter/setter pair
readOnly bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverName String
getter/setter pair
suffixIcon Widget?
getter/setter pair
title String?
getter/setter pair
type MyFormType
getter/setter pair

Methods

copyWith({String? title, String? serverName, MyFormType? type, bool? optional, bool? readOnly, dynamic choiceValue, String? hint, String? afterCount, Widget? suffixIcon, Widget? prefixIcon, Widget? bottomWidget, TextEditingController? controller, List<ChoiceObj>? choiceObjs, int? flex}) MyFormObj
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited