ContainerCard constructor

const ContainerCard({
  1. Key? key,
  2. required Widget child,
  3. Color? backgroundColor,
})

Implementation

const ContainerCard({super.key, required this.child, this.backgroundColor});