BIBEVELED_50 constant

CornerSpec const BIBEVELED_50

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

Implementation

static const BIBEVELED_50 = CornerSpec.beveledWith(
    topLeft: Corner.SQUARE,
    bottomRight: Corner.SQUARE,
    radius: BorderRadius.all(Radius.circular(50.0)));