bottomLeftNone constant

BorderRadius const bottomLeftNone

Constructs a circular border radius of 0.0 for bottomLeft direction

Implementation

static const bottomLeftNone = BorderRadius.only(bottomLeft: none);