Skip to content

Commit

Permalink
Minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-pratik-k committed Jan 9, 2025
1 parent 8f67911 commit 8120bce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ class VideoDurationSlider extends StatelessWidget {
.call(Duration(seconds: value.toInt())),
onChangeEnd: (value) => onChangeEnd
.call(Duration(seconds: value.toInt())),
onChanged: (double value) => onChanged
.call(Duration(seconds: value.toInt())),
onChanged: (double value) =>
onChanged.call(Duration(seconds: value.toInt())),
),
),
),
Expand Down

0 comments on commit 8120bce

Please sign in to comment.