BIBEVELED_50_FLIP constant

CornerSpec const BIBEVELED_50_FLIP

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

Implementation

static const BIBEVELED_50_FLIP = CornerSpec.beveledWith(
    topRight: Corner.SQUARE,
    bottomLeft: Corner.SQUARE,
    radius: BorderRadius.all(Radius.circular(50.0)));