YInkRoundButton constructor

YInkRoundButton(
  1. Widget? widget, {
  2. Color color = Colors.transparent,
  3. bool enable = true,
  4. int? tapTime,
  5. required GestureTapCallback onTap,
  6. double size = 70.0,
})

Implementation

YInkRoundButton(
  this.widget, {
  this.color = Colors.transparent,
  this.enable = true,
  this.tapTime,
  required this.onTap,
  this.size = 70.0,
});