FastTyrcordLogoPainter constructor

FastTyrcordLogoPainter({
  1. required double progress,
  2. Color color = const Color(0xFF434343),
})

Implementation

FastTyrcordLogoPainter({
  required this.progress,
  this.color = const Color(0xFF434343),
});