Unverified Commit e6f896e3 authored by Jim Graham's avatar Jim Graham Committed by GitHub

Adjust defaults in docs to match new defaults in code. (#34664)

(and fix grammar)

See: https://github.com/flutter/flutter/pull/21826
parent b15b5b90
...@@ -983,7 +983,7 @@ class ClipRectLayer extends ContainerLayer { ...@@ -983,7 +983,7 @@ class ClipRectLayer extends ContainerLayer {
} }
/// {@template flutter.clipper.clipBehavior} /// {@template flutter.clipper.clipBehavior}
/// Controls how to clip (default to [Clip.antiAlias]). /// Controls how to clip (defaults to [Clip.hardEdge]).
/// ///
/// [Clip.none] is not allowed here. /// [Clip.none] is not allowed here.
/// {@endtemplate} /// {@endtemplate}
......
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