SplashTap constructor
const
SplashTap({})
Implementation
const SplashTap({
Key? key,
required this.onTap,
required this.child,
this.color,
this.shape = BoxShape.rectangle,
}) : super(key: key);
const SplashTap({
Key? key,
required this.onTap,
required this.child,
this.color,
this.shape = BoxShape.rectangle,
}) : super(key: key);