kDefaultListTileShape top-level constant

RoundedRectangleBorder const kDefaultListTileShape

Implementation

const kDefaultListTileShape = RoundedRectangleBorder(
  borderRadius: BorderRadius.all(Radius.circular(4.0)),
);