Skip to content

Commit

Permalink
[documentation] remove repeated "For example," in RenderSliverEdgeIns…
Browse files Browse the repository at this point in the history
…etsPadding documentation (#135297)

There was a repeated "For example," in the documentation of `RenderSliverEdgeInsetsPadding`. This PR fix this.
  • Loading branch information
mateusfccp authored Sep 27, 2023
1 parent 851497f commit eae421e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/rendering/sliver_padding.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import 'sliver.dart';
///
/// {@template flutter.rendering.RenderSliverEdgeInsetsPadding}
/// Applying padding in the main extent of the viewport to slivers that have scroll effects is likely to have
/// undesired effects. For example, For example, wrapping a [SliverPersistentHeader] with
/// undesired effects. For example, wrapping a [SliverPersistentHeader] with
/// `pinned:true` will cause only the appbar to stay pinned while the padding will scroll away.
/// {@endtemplate}
abstract class RenderSliverEdgeInsetsPadding extends RenderSliver with RenderObjectWithChildMixin<RenderSliver> {
Expand Down

0 comments on commit eae421e

Please sign in to comment.