menu
flutter_helper_utils package
documentation
flutter_helper_utils.dart
FHUNumExtensions
roundToTenth property
roundToTenth property
dark_mode
light_mode
roundToTenth
property
double
get
roundToTenth
Implementation
double get roundToTenth => (this / 10).ceil() * 10;
flutter_helper_utils package
documentation
flutter_helper_utils
FHUNumExtensions
roundToTenth property
FHUNumExtensions extension on
num