Skip to content

Commit 89dc774

Browse files
author
Tom Duffin
committed
Fixed(?) a bunch of documentation comments that appear to be missing a /
1 parent b7b7dfe commit 89dc774

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/src/helpers/flutter_carousel_options.dart

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,12 @@ class CarouselOptions {
187187
final bool reverse;
188188

189189
///A ScrollBehavior that will be applied to this widget individually.
190-
//
191-
// Defaults to null, wherein the inherited ScrollBehavior is copied and modified to alter the viewport decoration, like Scrollbars.
192-
//
193-
// ScrollBehaviors also provide ScrollPhysics. If an explicit ScrollPhysics is provided in physics, it will take precedence, followed by scrollBehavior, and then the inherited ancestor ScrollBehavior.
194-
//
195-
// The ScrollBehavior of the inherited ScrollConfiguration will be modified by default to not apply a Scrollbar.
190+
///
191+
/// Defaults to null, wherein the inherited ScrollBehavior is copied and modified to alter the viewport decoration, like Scrollbars.
192+
///
193+
/// ScrollBehaviors also provide ScrollPhysics. If an explicit ScrollPhysics is provided in physics, it will take precedence, followed by scrollBehavior, and then the inherited ancestor ScrollBehavior.
194+
///
195+
/// The ScrollBehavior of the inherited ScrollConfiguration will be modified by default to not apply a Scrollbar.
196196
final ScrollBehavior? scrollBehavior;
197197

198198
/// The axis along which the page view scrolls.

0 commit comments

Comments
 (0)