EditVideoComponentState constructor

const EditVideoComponentState({
  1. Key? key,
  2. required String videoLink,
})

Implementation

const EditVideoComponentState({super.key, required this.videoLink});