fieldLabel abstract method
Widget
fieldLabel({
- TextEditingController? controller,
- String? label,
- LabelPosition labelPosition = LabelPosition.top,
- ItemSize size = ItemSize.medium,
- bool isRequired = false,
- bool isDisabled = false,
Implementation
Widget fieldLabel({
TextEditingController? controller,
String? label,
LabelPosition labelPosition = LabelPosition.top,
ItemSize size = ItemSize.medium,
bool isRequired = false,
bool isDisabled = false,
});