DefineMImageModifier constructor

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

Implementation

const DefineMImageModifier({
  this.valueFit,
  this.valueImageWidth,
  this.valueImageHeight,
  this.valueImageColor,
  this.valueImageBackgroundColor,
  this.valueImgError,
  this.valueImgErrorFit,
  this.valueImgLoading,
  this.valueImgLoadingFit,
  this.valueImageWhenErrorWidget,
  this.valueImageWhenLoadingWidget,
  this.valuePackage,

  /// 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,
});