SimpleWidget class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Static Methods
-
dropDownFeature<T>(List<T> stateData, T selectedObj, String displayFunc(T), void callback(dynamic))
→ dynamic
-
-
DropDownItems<T>(List<T> stateData, String displayFunc(T))
→ List<DropdownMenuItem<T>>?
-
-
dropDownSimple<T>(List<T> stateData, T selectedState, void callback(dynamic), String displayFunc(T))
→ dynamic
-
-
getDropDownDecor<T>(String hints, dynamic vatList, dynamic selectedVat, void callback(dynamic))
→ InputDecorator
-
-
getDropDownDecoration(String hintName)
→ InputDecoration
-
-
getInputDecoration(Icon icon, String label)
→ InputDecoration
-
-
paddingContainer(dynamic mainPadding)
→ dynamic
-
-
sizedBoxLoiding(dynamic size)
→ SizedBox
-