circular method

BoxDecoration circular()

Apply circle shape

Implementation

BoxDecoration circular() => copyWith(shape: BoxShape.circle);