rectangular method

BoxDecoration rectangular()

Apply rectangle shape (default)

Implementation

BoxDecoration rectangular() => copyWith(shape: BoxShape.rectangle);