AtomicStackedBody constructor
const
AtomicStackedBody({
- Key? key,
- required Widget child,
- int stackCount = 2,
- double stackOffset = 8.0,
- Color? backgroundColor,
- List<
Color> ? stackColors, - BorderRadius? borderRadius,
- EdgeInsetsGeometry? padding,
- BoxShadow? shadow,
Implementation
const AtomicStackedBody({
super.key,
required this.child,
this.stackCount = 2,
this.stackOffset = 8.0,
this.backgroundColor,
this.stackColors,
this.borderRadius,
this.padding,
this.shadow,
});