Skip to content

Commit

Permalink
Removed redundant default value
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyZ54 committed Oct 10, 2023
1 parent 011ad7e commit aa8af54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/widgets/atomic/video_feed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ class SliderSettings extends StatelessWidget {
Slider(
value: value,
onChanged: onChanged,
min: 0,
max: 100,
),
],
Expand Down

0 comments on commit aa8af54

Please sign in to comment.