DroDistributerCard constructor

const DroDistributerCard({
  1. Key? key,
  2. required DroDustributerContent model,
})

Implementation

const DroDistributerCard({super.key, required this.model});