TertiaryContainer constructor
TertiaryContainer({
- Key? key,
- AlignmentGeometry? alignment,
- Widget? child,
- Clip clipBehavior = Clip.none,
- BoxConstraints? constraints,
- CustomBoxDecoration? boxDecoration,
- Decoration? foregroundDecoration,
- double? height,
- double? width,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Matrix4? transform,
- AlignmentGeometry? transformAlignment,
Implementation
TertiaryContainer({
super.key,
super.alignment,
super.child,
super.clipBehavior,
super.constraints,
this.boxDecoration,
super.foregroundDecoration,
super.height,
super.width,
super.margin,
super.padding,
super.transform,
super.transformAlignment,
});