twelvePxRadiusTop constant

BorderRadius const twelvePxRadiusTop

Implementation

static const twelvePxRadiusTop = BorderRadius.only(
  topLeft: twelvePxRadius,
  topRight: twelvePxRadius,
);