enableSplash property
final
Determines whether an InkWell will cover each Carousel item.
If true, tapping an item will create an ink splash as defined by the ThemeData.splashFactory.
Setting this to false allows the children to respond to user gestures.
Defaults to true.
Implementation
final bool enableSplash;