MGeneralModifier constructor
const
MGeneralModifier({
- 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,
- Color? valueOutsideBackgroundColor,
- BorderRadiusGeometry? valueOutsideBorderRadius,
- Border? valueOutsideBorder,
- double? valueLeft,
- double? valueRight,
- double? valueTop,
- double? valueBottom,
- bool? valueScrollable,
- ScrollController? valueScrollController,
- VoidCallback? valueOnScrollStop,
- double? valueSigmaX,
- double? valueSigmaY,
- Color? valueMaskColor,
- MaterialType? valueMaterialType,
- double? valueMaterialElevation,
- SafeArea? valueSafeArea,
- bool? valueVisible,
- int? valueTabLength,
- Object? valueHeroTag,
- 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,
});