bottomNone constant

BorderRadius const bottomNone

Constructs a circular border radius of 0.0 for bottom direction

Implementation

static const bottomNone = BorderRadius.vertical(bottom: none);