Skip to content

Commit

Permalink
dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
suragch committed Dec 30, 2020
1 parent 25900e1 commit 5cf015a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/audio_video_progress_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ class _RenderProgressBar extends RenderBox {
/// Draw the progress bar without labels like this:
///
/// | -------O---------------- |
///
///
void _drawProgressBarWithoutLabels(Canvas canvas) {
final padding = _thumbRadius;
final barWidth = size.width - 2 * padding;
Expand Down Expand Up @@ -637,8 +637,8 @@ class _RenderProgressBar extends RenderBox {
config.decreasedValue = '${((decreased).clamp(0.0, 1.0) * 100).round()}%';
}

// This is how much to move the thumb if the move is triggered by a
// semantic action rather than a touch event.
// This is how much to move the thumb if the move is triggered by a
// semantic action rather than a touch event.
static const double _semanticActionUnit = 0.05;

void increaseAction() {
Expand Down

0 comments on commit 5cf015a

Please sign in to comment.