File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class _ImageViewerWithSliderState extends State<ImageViewerWithSlider> {
34
34
35
35
// Display the time
36
36
Text (
37
- "Time: ${currentRatingPoint .ratedOn .hour }:${ currentRatingPoint . ratedOn . minute } " ,
37
+ "Time - ${currentRatingPoint .ratedOn .hour }:00 " ,
38
38
style: TextStyle (fontSize: 16 ),
39
39
),
40
40
@@ -45,7 +45,7 @@ class _ImageViewerWithSliderState extends State<ImageViewerWithSlider> {
45
45
max: (widget.data.length - 1 ).toDouble (),
46
46
divisions: widget.data.length - 1 ,
47
47
label:
48
- "Time: ${currentRatingPoint .ratedOn .hour }:${ currentRatingPoint . ratedOn . minute }" ,
48
+ "Time - ${currentRatingPoint .ratedOn .hour }:00 }" ,
49
49
onChanged: (double value) {
50
50
setState (() {
51
51
_currentSliderValue = value;
You can’t perform that action at this time.
0 commit comments