mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[documentation] remove repeated "For example," in RenderSliverEdgeInsetsPadding documentation (#135297)
There was a repeated "For example," in the documentation of `RenderSliverEdgeInsetsPadding`. This PR fix this.
This commit is contained in:
parent
851497ffc9
commit
eae421e433
@ -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> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user