Shapes constructor

Shapes({
  1. double? borderRadius,
  2. double? borderWidth,
})

Implementation

Shapes({
  this.borderRadius,
  this.borderWidth,
});