ButtonImageWidget constructor

const ButtonImageWidget(
  1. double radius,
  2. Function onTap,
  3. Widget child, {
  4. Color color = Colors.transparent,
  5. double elevation = 0.0,
  6. Key? key,
})

Implementation

const ButtonImageWidget(this.radius, this.onTap, this.child,
    {this.color = Colors.transparent, this.elevation = 0.0, Key? key}):super(key:key);