diff --git a/packages/flutter/lib/src/material/ink_well.dart b/packages/flutter/lib/src/material/ink_well.dart index 4c6ef4c43f..08d169ba4d 100644 --- a/packages/flutter/lib/src/material/ink_well.dart +++ b/packages/flutter/lib/src/material/ink_well.dart @@ -68,8 +68,8 @@ abstract class InteractiveInkFeature extends InkFeature { } } -/// An encapsulation of an [InteractiveInkFeature] constructor used by [InkWell] -/// [InkResponse] and [ThemeData]. +/// An encapsulation of an [InteractiveInkFeature] constructor used by +/// [InkWell], [InkResponse], and [ThemeData]. /// /// Interactive ink feature implementations should provide a static const /// `splashFactory` value that's an instance of this class. The `splashFactory`