ButtonCard constructor

const ButtonCard({
  1. Key? key,
  2. String? text,
  3. Function? onTap,
  4. double? height,
  5. IconData? icon,
})

Implementation

const ButtonCard({super.key, this.text, this.onTap, this.height, this.icon});