roundedRectShape top-level property

ShapeBorder get roundedRectShape

Implementation

ShapeBorder get roundedRectShape =>
    RoundedRectangleBorder(borderRadius: BorderRadius.circular(16));