Skip to content

Commit

Permalink
Minor documentation fix on BorderRadiusDirectional.zero (#117661)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnprice committed Jan 3, 2023
1 parent fdc25a1 commit 6b9f1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/painting/border_radius.dart
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ class BorderRadiusDirectional extends BorderRadiusGeometry {

/// A border radius with all zero radii.
///
/// Consider using [EdgeInsets.zero] instead, since that object has the same
/// Consider using [BorderRadius.zero] instead, since that object has the same
/// effect, but will be cheaper to [resolve].
static const BorderRadiusDirectional zero = BorderRadiusDirectional.all(Radius.zero);

Expand Down

0 comments on commit 6b9f1c2

Please sign in to comment.