Skip to content

Instantly share code, notes, and snippets.

@Comevius
Comevius / no_splash_factory.dart
Created December 3, 2019 07:15
NoSplashFactory
class NoSplashFactory extends InteractiveInkFeatureFactory {
const NoSplashFactory();
@override
InteractiveInkFeature create(
{MaterialInkController controller,
RenderBox referenceBox,
Offset position,
Color color,
TextDirection textDirection,