twelvePxRadiusBottom constant

BorderRadius const twelvePxRadiusBottom

Implementation

static const twelvePxRadiusBottom = BorderRadius.only(
  bottomLeft: twelvePxRadius,
  bottomRight: twelvePxRadius,
);