textArea abstract method

Widget textArea({
  1. String? label,
  2. LabelPosition labelPosition = LabelPosition.top,
  3. bool required = false,
  4. String? value,
  5. double? width,
  6. double? height,
  7. ItemSize size = ItemSize.medium,
  8. bool quiet = false,
  9. bool disabled = false,
  10. bool readOnly = false,
  11. String? helpText,
  12. bool error = false,
})

Implementation

Widget textArea({
  String? label,
  LabelPosition labelPosition = LabelPosition.top,
  bool required = false,
  String? value,
  double? width,
  double? height,
  ItemSize size = ItemSize.medium,
  bool quiet = false,
  bool disabled = false,
  bool readOnly = false,
  String? helpText,
  bool error = false,
});