NoSplashButton constructor

const NoSplashButton({
  1. Key? key,
  2. required Widget child,
  3. dynamic onTap()?,
  4. dynamic onLongPress()?,
})

Implementation

const NoSplashButton({Key? key, required this.child, this.onTap, this.onLongPress}) : super(key: key);