FillClipper constructor

const FillClipper({
  1. required Animation<double> animation,
  2. FillAlignment fillAlignment = FillAlignment.left,
  3. double fillOffset = 20,
})

Implementation

const FillClipper({
  required this.animation,
  this.fillAlignment = FillAlignment.left,
  this.fillOffset = 20,
}) : super(reclip: animation);