MutableText constructor
const
MutableText(
- String value, {
- Key? key,
- ValueChanged<
String> ? onChanged, - bool autoCorrect = true,
- int? minLines,
- TextStyle? style,
- int? maxLines,
- Locale? locale,
- Color? selectionColor,
- TextOverflow? overflow,
- String? semanticsLabel,
- List<
TextInputFormatter> ? inputFormatters, - bool? softWrap,
- StrutStyle? strutStyle,
- TextAlign? textAlign,
- TextDirection? textDirection,
- TextHeightBehavior? textHeightBehavior,
- TextScaler? textScaler,
- TextWidthBasis? textWidthBasis,
- String? placeholder,
- EditButtonType buttonType = EditButtonType.pencil,
- bool border = false,
Implementation
const MutableText(this.value,
{super.key,
this.onChanged,
this.autoCorrect = true,
this.minLines,
this.style,
this.maxLines,
this.locale,
this.selectionColor,
this.overflow,
this.semanticsLabel,
this.inputFormatters,
this.softWrap,
this.strutStyle,
this.textAlign,
this.textDirection,
this.textHeightBehavior,
this.textScaler,
this.textWidthBasis,
this.placeholder,
this.buttonType = EditButtonType.pencil,
this.border = false});