CHAPTER 6
gorcery_item_screen.dart
_currentSliderValue
is declared as int, yet in the code toInt()
is used twice:
Text(
_currentSliderValue.toInt().toString(),
style: GoogleFonts.lato(fontSize: 18.0),
),
label: _currentSliderValue.toInt().toString(),
Kindest Regards,
Márton Urbán