menu
lib_common_fx package
documentation
utils/fx_utils.dart
FxUtils
toWeightString static method
toWeightString static method
dark_mode
light_mode
toWeightString
static method
String
toWeightString
(
int
weight
)
Implementation
static String toWeightString(int weight) => (weight / 1000).toStringAsFixed(2);
lib_common_fx package
documentation
utils/fx_utils
FxUtils
toWeightString static method
FxUtils class