ModContainer constructor
const
ModContainer({
- Key? key,
- required Widget child,
- EdgeInsetsGeometry? padding,
- Color? backgroundColor,
- double? maxHeight,
Implementation
const ModContainer({
super.key,
required this.child,
this.padding,
this.backgroundColor,
this.maxHeight,
});