Unverified Commit ca660aad authored by xubaolin's avatar xubaolin Committed by GitHub

fix some comments for clipBehavior's default value (#62954)

parent e82b9f99
......@@ -1035,7 +1035,7 @@ class ListWheelViewport extends RenderObjectWidget {
/// {@macro flutter.widgets.Clip}
///
/// Defaults to [Clip.none].
/// Defaults to [Clip.hardEdge].
final Clip clipBehavior;
@override
......
......@@ -124,7 +124,7 @@ class Viewport extends MultiChildRenderObjectWidget {
/// {@macro flutter.widgets.Clip}
///
/// Defaults to [Clip.none].
/// Defaults to [Clip.hardEdge].
final Clip clipBehavior;
/// Given a [BuildContext] and an [AxisDirection], determine the correct cross
......
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