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