topLeftNone constant

BorderRadius const topLeftNone

Constructs a circular border radius of 0.0 for topLeft direction

Implementation

static const topLeftNone = BorderRadius.only(topLeft: none);