MtnOperator constructor

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

Implementation

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