FdcMemoEdit constructor
const
FdcMemoEdit({
- Key? key,
- required FdcDataSet dataSet,
- required String fieldName,
- String? label,
- String? hint,
- bool? enabled,
- bool readOnly = false,
- int? focusOrder,
- bool tabStop = true,
- bool showCounter = false,
- FdcCounterStyle counterStyle = const FdcCounterStyle(),
- InputDecoration? decoration,
- FdcEditorThemeData? theme,
- FdcEditorInputStyle style = const FdcEditorInputStyle(),
- bool autofocus = false,
- bool showLabel = true,
- bool selectAllOnFocus = false,
- FdcErrorIndicatorOptions errorIndicator = const FdcErrorIndicatorOptions(),
- FdcFieldFocusCallback<
String> ? onEnter, - FdcFieldFocusCallback<
String> ? onExit, - FdcFieldValueChangingCallback<
String> ? onValueChanging, - FdcFieldValueChangedCallback<
String> ? onValueChanged,
Creates a FdcMemoEdit.
Implementation
const FdcMemoEdit({
super.key,
required this.dataSet,
required this.fieldName,
this.label,
this.hint,
this.enabled,
this.readOnly = false,
this.focusOrder,
this.tabStop = true,
this.showCounter = false,
this.counterStyle = const FdcCounterStyle(),
this.decoration,
this.theme,
this.style = const FdcEditorInputStyle(),
this.autofocus = false,
this.showLabel = true,
this.selectAllOnFocus = false,
this.errorIndicator = const FdcErrorIndicatorOptions(),
this.onEnter,
this.onExit,
this.onValueChanging,
this.onValueChanged,
});