VideoCard constructor

const VideoCard(
  1. {Key? key,
  2. required VideoCardOptions options}
)

Implementation

const VideoCard({super.key, required this.options});