FillClipper constructor

const FillClipper({
  1. FillAlignment fillAlignment = FillAlignment.left,
  2. double fillOffset = 20,
})

Implementation

const FillClipper({
  this.fillAlignment = FillAlignment.left,
  this.fillOffset = 20,
});