bottomRightNone constant

BorderRadius const bottomRightNone

Constructs a circular border radius of 0.0 for bottomRight direction

Implementation

static const bottomRightNone = BorderRadius.only(bottomRight: none);