Skip to content

Commit e6f896e

Browse files
authored
Adjust defaults in docs to match new defaults in code. (flutter#34664)
(and fix grammar) See: flutter#21826
1 parent b15b5b9 commit e6f896e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/rendering/layer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ class ClipRectLayer extends ContainerLayer {
983983
}
984984

985985
/// {@template flutter.clipper.clipBehavior}
986-
/// Controls how to clip (default to [Clip.antiAlias]).
986+
/// Controls how to clip (defaults to [Clip.hardEdge]).
987987
///
988988
/// [Clip.none] is not allowed here.
989989
/// {@endtemplate}

0 commit comments

Comments
 (0)