btnShape top-level constant
btnShape buttons shape
Implementation
const RoundedRectangleBorder btnShape = const RoundedRectangleBorder(
borderRadius: BorderRadius.all(Radius.circular(4)));
btnShape buttons shape
const RoundedRectangleBorder btnShape = const RoundedRectangleBorder(
borderRadius: BorderRadius.all(Radius.circular(4)));