MyButton constructor
const
MyButton({
- Key? key,
- required AppModel app,
- VoidCallback? onClickFunction,
Implementation
const MyButton({super.key, required this.app, this.onClickFunction});