AppContainerComponent constructor
- required Widget child,
- Key? key,
- bool useInBorderRadius = false,
- EdgeInsets padding = const EdgeInsets.all(0),
- Color? color,
Implementation
const AppContainerComponent({
required this.child,
super.key,
this.useInBorderRadius = false,
this.padding = const EdgeInsets.all(0),
this.color,
});