btnShape top-level constant

RoundedRectangleBorder const btnShape

btnShape buttons shape

Implementation

const RoundedRectangleBorder btnShape = const RoundedRectangleBorder(
    borderRadius: BorderRadius.all(Radius.circular(4)));