fieldLabel abstract method

Widget fieldLabel({
  1. TextEditingController? controller,
  2. String? label,
  3. LabelPosition labelPosition = LabelPosition.top,
  4. ItemSize size = ItemSize.medium,
  5. bool isRequired = false,
  6. bool isDisabled = false,
})

Implementation

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