MenuContainerGeneralFrameworkWidget constructor
const
MenuContainerGeneralFrameworkWidget({
- Key? key,
- BorderRadiusGeometry? glowBorderRadius,
- double glowBorderSize = 0,
- double glowSize = 0,
- List<
Color> ? glowGradientColors, - bool isGlowOutside = false,
- MainAxisSize mainAxisSize = MainAxisSize.min,
- Axis axis = Axis.vertical,
- bool isWithBorder = true,
- bool isWithShadow = true,
- required bool isLoading,
- double? width,
- double? height,
- BoxConstraints? constraints,
- Matrix4? transform,
- AlignmentGeometry? transformAlignment,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Clip? clipBehavior,
- DecorationBuilderGeneralFrameworkWidget? decorationBuilder,
- MainAxisAlignment mainAxisAlignment = MainAxisAlignment.start,
- CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.center,
- WidgetBuilderGeneralFrameworkWidget? builder,
UncompleteDocumentation
Implementation
const MenuContainerGeneralFrameworkWidget({
super.key,
this.glowBorderRadius,
this.glowBorderSize = 0,
this.glowSize = 0,
this.glowGradientColors,
this.isGlowOutside = false,
this.mainAxisSize = MainAxisSize.min,
this.axis = Axis.vertical,
this.isWithBorder = true,
this.isWithShadow = true,
required this.isLoading,
this.width,
this.height,
this.constraints,
this.transform,
this.transformAlignment,
this.margin,
this.padding,
this.clipBehavior,
this.decorationBuilder,
this.mainAxisAlignment = MainAxisAlignment.start,
this.crossAxisAlignment = CrossAxisAlignment.center,
required this.menuBuilder,
this.builder,
});