FlickLeftDuration constructor

const FlickLeftDuration({
  1. Key? key,
  2. double? fontSize,
  3. Color? color,
})

Implementation

const FlickLeftDuration({
  Key? key,
  this.fontSize,
  this.color,
}) : super(key: key);