ModernVideoCard constructor

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

Implementation

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