DefineMTextFieldModifier constructor

const DefineMTextFieldModifier({
  1. InputDecoration? decorationValue,
  2. TextStyle? valueStyle,
  3. bool? valueExpands,
  4. int? maxLinesValue,
  5. int? valueMaxLength,
  6. bool? valueAutoFocus,
  7. ValueChanged<String>? valueOnSubmitted,
  8. TextInputType? valueKeyboardType,
  9. List<TextInputFormatter>? valueInputFormatters,
  10. TextInputAction? valueTextInputAction,
  11. VoidCallback? valueOnEditingComplete,
  12. TextAlign? valueTextAlign,
  13. bool? valueEnable,
  14. bool? valueFilled,
  15. Color? valueFillColor,
  16. EdgeInsets? valueScrollPadding,
  17. InputBorder? valueInputBorder,
  18. bool? valueCanRequestFocus,
  19. bool? valueReadOnly,
  20. bool? valueShowCursor,
  21. ScrollController? valueScrollController,
  22. Widget? valueRightWidget,
  23. bool? valueAlwaysShowRightWidget,
  24. Widget? valueLeading,
  25. TextAlignVertical? valueTextAlignVertical,
  26. Key? valueKey,
  27. EdgeInsets? valuePadding,
  28. EdgeInsets? valueMargin,
  29. VoidCallback? valueOnTap,
  30. GestureLongPressCallback? valueOnLongPress,
  31. GestureLongPressMoveUpdateCallback? valueOnLongPressMoveUpdate,
  32. GestureLongPressUpCallback? valueOnLongPressUp,
  33. VoidCallback? valueDragOutToStatusBar,
  34. Color? valueBackgroundColor,
  35. BorderRadiusGeometry? valueBorderRadius,
  36. bool? valueCenterAlign,
  37. double? valueWidth,
  38. double? valueHeight,
  39. BoxShadow? valueShadow,
  40. Matrix4? valueTransform,
  41. BoxConstraints? valueConstraints,
  42. double? valueAspectRatio,
  43. int? valueFlex,
  44. bool? valueOutSizeFlex,
  45. String? valueHelp,
  46. double? valueOpacity,
  47. double? valueRotate,
  48. double? valueScale,
  49. Gradient? valueGradient,
  50. Border? valueBorder,
  51. BoxShape? valueShape,
  52. String? valueBackgroundImage,
  53. BoxFit? valueBackgroundImageFit,
  54. MGravity? valueGravity,
  55. Gradient? valueGradientBorder,
  56. double? valueGradientBorderSize,
  57. double? valueFullWidth,
  58. double? valueFullHeight,
  59. AlignmentGeometry? valueContainerAlignment,
  60. AlignmentGeometry? valueOutSideAlignment,
  61. bool? valueCancelFocusWhenClick,
  62. Border? valueOutsideBorder,
  63. double? valueLeft,
  64. double? valueRight,
  65. double? valueTop,
  66. double? valueBottom,
  67. double? valueSigmaX,
  68. double? valueSigmaY,
  69. Color? valueMaskColor,
  70. MaterialType? valueMaterialType,
  71. double? valueMaterialElevation,
  72. bool? valueScrollable,
  73. SafeArea? valueSafeArea,
  74. bool? valueVisible,
  75. int? valueTabLength,
  76. RxInterface? valueObxListener,
  77. Color? valueOutsideBackgroundColor,
  78. BorderRadiusGeometry? valueOutsideBorderRadius,
  79. 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,
});