DefineMContainerModifier constructor

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

Implementation

const DefineMContainerModifier({
  /// Container
  this.valueChild,

  /// 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.valueScrollController,
  super.valueSafeArea,
  super.valueVisible,
  super.valueTabLength,
  super.valueObxListener,
  super.valueOutsideBackgroundColor,
  super.valueOutsideBorderRadius, super.valueHeroTag,
});