CarpenterCard constructor
const
CarpenterCard({
- Key? key,
- required Widget child,
- EdgeInsetsGeometry? padding,
- bool muted = false,
- Color? backgroundColor,
Создает card-поверхность.
Implementation
const CarpenterCard({
super.key,
required this.child,
this.padding,
this.muted = false,
this.backgroundColor,
});