We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc25a1 commit 6b9f1c2Copy full SHA for 6b9f1c2
packages/flutter/lib/src/painting/border_radius.dart
@@ -590,7 +590,7 @@ class BorderRadiusDirectional extends BorderRadiusGeometry {
590
591
/// A border radius with all zero radii.
592
///
593
- /// Consider using [EdgeInsets.zero] instead, since that object has the same
+ /// Consider using [BorderRadius.zero] instead, since that object has the same
594
/// effect, but will be cheaper to [resolve].
595
static const BorderRadiusDirectional zero = BorderRadiusDirectional.all(Radius.zero);
596
0 commit comments