ChosenOperator constructor

const ChosenOperator({
  1. Key? key,
  2. double width = 70,
  3. double height = 40,
  4. required String imagePath,
})

Implementation

const ChosenOperator(
    {super.key, super.width, super.height, required super.imagePath});