Unverified Commit eae421e4 authored by Mateus Felipe C. C. Pinto's avatar Mateus Felipe C. C. Pinto Committed by GitHub

[documentation] remove repeated "For example," in...

[documentation] remove repeated "For example," in RenderSliverEdgeInsetsPadding documentation (#135297)

There was a repeated "For example," in the documentation of `RenderSliverEdgeInsetsPadding`. This PR fix this.
parent 851497ff
......@@ -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> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment