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