ModernFormViewVideo constructor

const ModernFormViewVideo(
  1. ModernFormViewVideosModel data, {
  2. Key? key,
})

Implementation

const ModernFormViewVideo(
  this.data, {
  Key? key,
}) : super(key: key);