IconBtn constructor
const
IconBtn(
- IconData icon, {
- VoidCallback? onTap,
Implementation
const IconBtn(
this.icon, {
this.onTap,
});
const IconBtn(
this.icon, {
this.onTap,
});