BaseButton constructor

BaseButton({
  1. Key? key,
  2. VoidCallback? onPressed,
})

Implementation

BaseButton({super.key, this.onPressed});