BorderRadiusGeometryDto constructor

const BorderRadiusGeometryDto({
  1. Radius? topLeft,
  2. Radius? topRight,
  3. Radius? bottomLeft,
  4. Radius? bottomRight,
  5. Radius? topStart,
  6. Radius? topEnd,
  7. Radius? bottomStart,
  8. Radius? bottomEnd,
})

Implementation

const BorderRadiusGeometryDto({
  this.topLeft,
  this.topRight,
  this.bottomLeft,
  this.bottomRight,
  this.topStart,
  this.topEnd,
  this.bottomStart,
  this.bottomEnd,
});