MGeneralModifier constructor

const MGeneralModifier({
  1. Key? valueKey,
  2. EdgeInsets? valuePadding,
  3. EdgeInsets? valueMargin,
  4. VoidCallback? valueOnTap,
  5. GestureLongPressCallback? valueOnLongPress,
  6. GestureLongPressMoveUpdateCallback? valueOnLongPressMoveUpdate,
  7. GestureLongPressUpCallback? valueOnLongPressUp,
  8. VoidCallback? valueDragOutToStatusBar,
  9. Color? valueBackgroundColor,
  10. BorderRadiusGeometry? valueBorderRadius,
  11. bool? valueCenterAlign,
  12. double? valueWidth,
  13. double? valueHeight,
  14. BoxShadow? valueShadow,
  15. Matrix4? valueTransform,
  16. BoxConstraints? valueConstraints,
  17. double? valueAspectRatio,
  18. int? valueFlex,
  19. bool? valueOutSizeFlex,
  20. String? valueHelp,
  21. double? valueOpacity,
  22. double? valueRotate,
  23. double? valueScale,
  24. Gradient? valueGradient,
  25. Border? valueBorder,
  26. BoxShape? valueShape,
  27. String? valueBackgroundImage,
  28. BoxFit? valueBackgroundImageFit,
  29. MGravity? valueGravity,
  30. Gradient? valueGradientBorder,
  31. double? valueGradientBorderSize,
  32. double? valueFullWidth,
  33. double? valueFullHeight,
  34. AlignmentGeometry? valueContainerAlignment,
  35. AlignmentGeometry? valueOutSideAlignment,
  36. bool? valueCancelFocusWhenClick,
  37. Color? valueOutsideBackgroundColor,
  38. BorderRadiusGeometry? valueOutsideBorderRadius,
  39. Border? valueOutsideBorder,
  40. double? valueLeft,
  41. double? valueRight,
  42. double? valueTop,
  43. double? valueBottom,
  44. bool? valueScrollable,
  45. ScrollController? valueScrollController,
  46. VoidCallback? valueOnScrollStop,
  47. double? valueSigmaX,
  48. double? valueSigmaY,
  49. Color? valueMaskColor,
  50. MaterialType? valueMaterialType,
  51. double? valueMaterialElevation,
  52. SafeArea? valueSafeArea,
  53. bool? valueVisible,
  54. int? valueTabLength,
  55. Object? valueHeroTag,
  56. RxInterface? valueObxListener,
})

Implementation

const MGeneralModifier({
  /// Main key.
  this.valueKey,

  /// Contents:
  this.valuePadding,
  this.valueMargin,
  this.valueOnTap,
  this.valueOnLongPress,
  this.valueOnLongPressMoveUpdate,
  this.valueOnLongPressUp,
  this.valueDragOutToStatusBar,
  this.valueBackgroundColor,
  this.valueBorderRadius,
  this.valueCenterAlign,
  this.valueWidth,
  this.valueHeight,
  this.valueShadow,
  this.valueTransform,
  this.valueConstraints,
  this.valueAspectRatio,
  this.valueFlex,
  this.valueOutSizeFlex,
  this.valueHelp,
  this.valueOpacity,
  this.valueRotate,
  this.valueScale,
  this.valueGradient,
  this.valueBorder,
  this.valueShape,
  this.valueBackgroundImage,
  this.valueBackgroundImageFit,
  this.valueGravity,
  this.valueGradientBorder,
  this.valueGradientBorderSize,
  this.valueFullWidth,
  this.valueFullHeight,
  this.valueContainerAlignment,
  this.valueOutSideAlignment,
  this.valueCancelFocusWhenClick,
  this.valueOutsideBackgroundColor,
  this.valueOutsideBorderRadius,
  this.valueOutsideBorder,

  /// Use the Positioned widget.
  this.valueLeft,
  this.valueRight,
  this.valueTop,
  this.valueBottom,

  /// Scroll.
  this.valueScrollable,
  this.valueScrollController,
  this.valueOnScrollStop,

  /// Blur.
  this.valueSigmaX,
  this.valueSigmaY,
  this.valueMaskColor,

  /// Material
  this.valueMaterialType,
  this.valueMaterialElevation,

  /// Other
  this.valueSafeArea,
  this.valueVisible,
  this.valueTabLength,
  this.valueHeroTag,
  this.valueObxListener,
});