InkData constructor

InkData({
  1. Widget? child,
  2. InkType? type,
  3. dynamic onTap()?,
  4. dynamic onLongPress()?,
})

Implementation

InkData({Widget? child, this.type, this.onTap, this.onLongPress}) : super(child);