AdBorderRadius constructor

const AdBorderRadius({
  1. double? topLeft,
  2. double? topRight,
  3. double? bottomLeft,
  4. double? bottomRight,
})

Implementation

const AdBorderRadius({
  this.topLeft,
  this.topRight,
  this.bottomLeft,
  this.bottomRight,
});