FlickAutoPlayTimerProgressColors constructor

FlickAutoPlayTimerProgressColors({
  1. Color color = const Color.fromRGBO(255, 255, 255, 1),
  2. Color backgroundColor = const Color.fromRGBO(255, 255, 255, 0.24),
})

Implementation

FlickAutoPlayTimerProgressColors({
  Color color = const Color.fromRGBO(255, 255, 255, 1),
  Color backgroundColor = const Color.fromRGBO(255, 255, 255, 0.24),
})  : color = color,
      backgroundColor = backgroundColor;