MyButton constructor

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

Implementation

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