none constant

BorderRadiusData const none

A radius with all corners set to zero.

Implementation

static const none = BorderRadiusData(
  topLeft: Dim.zero(),
  topRight: Dim.zero(),
  bottomLeft: Dim.zero(),
  bottomRight: Dim.zero(),
);