Unverified Commit 6b9f1c22 authored by Greg Price's avatar Greg Price Committed by GitHub

Minor documentation fix on BorderRadiusDirectional.zero (#117661)

parent fdc25a17
......@@ -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);
......
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