RehaculVideoCard constructor

const RehaculVideoCard(
  1. {required String date,
  2. required VideoCallStatus status,
  3. required String time,
  4. required String startUrl,
  5. VoidCallback? onPressed,
  6. Key? key}
)

Implementation

const RehaculVideoCard({
  required this.date,
  required this.status,
  required this.time,
  required this.startUrl,
  this.onPressed,
  Key? key,
}) : super(key: key);