DashboardCard constructor
const
DashboardCard({
- Key? key,
- required Widget child,
- double? height,
- EdgeInsetsGeometry padding = const EdgeInsets.all(20),
Implementation
const DashboardCard({
Key? key,
required this.child,
this.height,
this.padding = const EdgeInsets.all(20),
}) : super(key: key);