RoundedCornerOptions constructor

const RoundedCornerOptions({
  1. bool showTopLeft = true,
  2. bool showTopRight = true,
  3. bool showBottomLeft = true,
  4. bool showBottomRight = true,
})

Implementation

const RoundedCornerOptions({
  this.showTopLeft = true,
  this.showTopRight = true,
  this.showBottomLeft = true,
  this.showBottomRight = true,
});