zero constant

Radius const zero

A radius with x and y values set to zero.

You can use Radius.zero with RRect to have right-angle corners.

Implementation

static const Radius zero = Radius.circular(0.0);