BEVELED_50 constant

CornerSpec const BEVELED_50

All four corners will be Corner.BEVELed with 🔘 radius == 50.0.

Implementation

static const BEVELED_50 =
    CornerSpec.beveledWith(radius: BorderRadius.all(Radius.circular(50.0)));