MyButton constructor

const MyButton({
  1. Key? key,
  2. required AppModel app,
  3. OnClickFunction? onClickFunction,
})

Implementation

const MyButton(
    {super.key,
    required this.app,
    /*this.buttonColor, */ this.onClickFunction});