EnxVideoButtons constructor

const EnxVideoButtons({
  1. Key? key,
  2. required EnxController enxController,
})

Implementation

const EnxVideoButtons({
  Key? key,
  required this.enxController,
}) : super(key: key);