ROUNDED_50 constant

CornerSpec const ROUNDED_50

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

Implementation

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