IconAndTextButton constructor
- {Key? key,
- String? title,
- IconData? icon,
- GestureTapCallback? onTap}
Implementation
const IconAndTextButton({super.key, this.title, this.icon, this.onTap});
const IconAndTextButton({super.key, this.title, this.icon, this.onTap});