InfContainer constructor
const
InfContainer({
- Key? key,
- required Widget? child,
- Alignment alignment = Alignment.center,
- Decoration? decoration,
- EdgeInsetsGeometry? padding,
- Color? color,
- Decoration? foregroundDecoration,
- BoxConstraints? constraints,
- EdgeInsetsGeometry? margin,
- Matrix4? transform,
- AlignmentGeometry? transformAlignment,
Implementation
const InfContainer(
{super.key,
required this.child,
this.alignment = Alignment.center,
this.decoration,
this.padding,
this.color,
this.foregroundDecoration,
this.constraints,
this.margin,
this.transform,
this.transformAlignment});