menu
func_dart_core package
documentation
double.dart
BoundedDouble
BoundedDouble.new constructor
BoundedDouble.new constructor
dark_mode
light_mode
BoundedDouble
constructor
BoundedDouble
(
double
bottom
,
double
top
)
Implementation
BoundedDouble(this.bottom, this.top) : super();
func_dart_core package
documentation
double
BoundedDouble
BoundedDouble.new constructor
BoundedDouble class