ButtonSplashStyle.none constructor
const
ButtonSplashStyle.none()
No splash effect Clean press without visual feedback (use with animations instead)
Implementation
const ButtonSplashStyle.none()
: type = ButtonSplashType.none,
splashColor = null,
highlightColor = null,
splashOpacity = 0,
highlightOpacity = 0,
borderRadius = null,
bounded = true,
animationDuration = null,
splashFactory = NoSplash.splashFactory,
overlayColor = null;