ControlButtonsComponent constructor

const ControlButtonsComponent({
  1. Key? key,
  2. required ControlButtonsComponentOptions options,
})

Implementation

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