menu
flutter_slc_boxes package
documentation
flutter/slc/common/random_util.dart
WeightObj<T>
WeightObj.new constructor
WeightObj.new constructor
dark_mode
light_mode
WeightObj<
T
>
constructor
WeightObj<
T
>
(
double
weight
,
T
value
)
Implementation
WeightObj(this.weight, this.value);
flutter_slc_boxes package
documentation
flutter/slc/common/random_util
WeightObj<T>
WeightObj.new constructor
WeightObj class