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