zero constant
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);
A radius with x and y values set to zero.
You can use Radius.zero with RRect to have right-angle corners.
static const Radius zero = Radius.circular(0.0);