none property

Removes BorderRadius from all sides of a rectangle.

Implementation

static BorderRadius get none => _copyWith(all: 0);