DefineMTextFieldModifier constructor
const
DefineMTextFieldModifier({
- InputDecoration? decorationValue,
- TextStyle? valueStyle,
- bool? valueExpands,
- int? maxLinesValue,
- int? valueMaxLength,
- bool? valueAutoFocus,
- ValueChanged<
String> ? valueOnSubmitted, - TextInputType? valueKeyboardType,
- List<
TextInputFormatter> ? valueInputFormatters, - TextInputAction? valueTextInputAction,
- VoidCallback? valueOnEditingComplete,
- TextAlign? valueTextAlign,
- bool? valueEnable,
- bool? valueFilled,
- Color? valueFillColor,
- EdgeInsets? valueScrollPadding,
- InputBorder? valueInputBorder,
- bool? valueCanRequestFocus,
- bool? valueReadOnly,
- bool? valueShowCursor,
- ScrollController? valueScrollController,
- Widget? valueRightWidget,
- bool? valueAlwaysShowRightWidget,
- Widget? valueLeading,
- TextAlignVertical? valueTextAlignVertical,
- Key? valueKey,
- EdgeInsets? valuePadding,
- EdgeInsets? valueMargin,
- VoidCallback? valueOnTap,
- GestureLongPressCallback? valueOnLongPress,
- GestureLongPressMoveUpdateCallback? valueOnLongPressMoveUpdate,
- GestureLongPressUpCallback? valueOnLongPressUp,
- VoidCallback? valueDragOutToStatusBar,
- Color? valueBackgroundColor,
- BorderRadiusGeometry? valueBorderRadius,
- bool? valueCenterAlign,
- double? valueWidth,
- double? valueHeight,
- BoxShadow? valueShadow,
- Matrix4? valueTransform,
- BoxConstraints? valueConstraints,
- double? valueAspectRatio,
- int? valueFlex,
- bool? valueOutSizeFlex,
- String? valueHelp,
- double? valueOpacity,
- double? valueRotate,
- double? valueScale,
- Gradient? valueGradient,
- Border? valueBorder,
- BoxShape? valueShape,
- String? valueBackgroundImage,
- BoxFit? valueBackgroundImageFit,
- MGravity? valueGravity,
- Gradient? valueGradientBorder,
- double? valueGradientBorderSize,
- double? valueFullWidth,
- double? valueFullHeight,
- AlignmentGeometry? valueContainerAlignment,
- AlignmentGeometry? valueOutSideAlignment,
- bool? valueCancelFocusWhenClick,
- Border? valueOutsideBorder,
- double? valueLeft,
- double? valueRight,
- double? valueTop,
- double? valueBottom,
- double? valueSigmaX,
- double? valueSigmaY,
- Color? valueMaskColor,
- MaterialType? valueMaterialType,
- double? valueMaterialElevation,
- bool? valueScrollable,
- SafeArea? valueSafeArea,
- bool? valueVisible,
- int? valueTabLength,
- RxInterface? valueObxListener,
- Color? valueOutsideBackgroundColor,
- BorderRadiusGeometry? valueOutsideBorderRadius,
- Object? valueHeroTag,
Implementation
const DefineMTextFieldModifier({
this.decorationValue,
this.valueStyle,
this.valueExpands,
this.maxLinesValue,
this.valueMaxLength,
this.valueAutoFocus,
this.valueOnSubmitted,
this.valueKeyboardType,
this.valueInputFormatters,
this.valueTextInputAction,
this.valueOnEditingComplete,
this.valueTextAlign,
this.valueEnable,
this.valueFilled,
this.valueFillColor,
this.valueScrollPadding,
this.valueInputBorder,
this.valueCanRequestFocus,
this.valueReadOnly,
this.valueShowCursor,
this.valueScrollController,
this.valueRightWidget,
this.valueAlwaysShowRightWidget,
this.valueLeading,
this.valueTextAlignVertical,
/// Main.
super.valueKey,
/// Contents:
super.valuePadding,
super.valueMargin,
super.valueOnTap,
super.valueOnLongPress,
super.valueOnLongPressMoveUpdate,
super.valueOnLongPressUp,
super.valueDragOutToStatusBar,
super.valueBackgroundColor,
super.valueBorderRadius,
super.valueCenterAlign,
super.valueWidth,
super.valueHeight,
super.valueShadow,
super.valueTransform,
super.valueConstraints,
super.valueAspectRatio,
super.valueFlex,
super.valueOutSizeFlex,
super.valueHelp,
super.valueOpacity,
super.valueRotate,
super.valueScale,
super.valueGradient,
super.valueBorder,
super.valueShape,
super.valueBackgroundImage,
super.valueBackgroundImageFit,
super.valueGravity,
super.valueGradientBorder,
super.valueGradientBorderSize,
super.valueFullWidth,
super.valueFullHeight,
super.valueContainerAlignment,
super.valueOutSideAlignment,
super.valueCancelFocusWhenClick,
super.valueOutsideBorder,
/// Position Widget
super.valueLeft,
super.valueRight,
super.valueTop,
super.valueBottom,
// Blur
super.valueSigmaX,
super.valueSigmaY,
super.valueMaskColor,
/// Material
super.valueMaterialType,
super.valueMaterialElevation,
/// Other
super.valueScrollable,
super.valueSafeArea,
super.valueVisible,
super.valueTabLength,
super.valueObxListener,
super.valueOutsideBackgroundColor,
super.valueOutsideBorderRadius,
super.valueHeroTag,
});