RehaculVideoCard constructor
- {required String date,
- required VideoCallStatus status,
- required String time,
- required String startUrl,
- VoidCallback? onPressed,
- Key? key}
Implementation
const RehaculVideoCard({
required this.date,
required this.status,
required this.time,
required this.startUrl,
this.onPressed,
Key? key,
}) : super(key: key);