RecupDottedButton constructor

const RecupDottedButton({
  1. Key? key,
  2. required dynamic onTap(),
  3. Color? color,
  4. Icon? icon,
  5. EdgeInsetsGeometry? padding,
})

Implementation

const RecupDottedButton(
    {Key? key, required this.onTap, this.color, this.icon, this.padding})
    : super(key: key);