kDefaultShapeBorder top-level constant

RoundedRectangleBorder const kDefaultShapeBorder

Implementation

const kDefaultShapeBorder = RoundedRectangleBorder(
    borderRadius: BorderRadius.only(
  bottomLeft: Radius.circular(4),
  bottomRight: Radius.circular(4),
));