menu
flutter_scene package
documentation
fscene.dart
IntRange
IntRange.new const constructor
IntRange.new const constructor
dark_mode
light_mode
IntRange
constructor
const
IntRange
(
int
?
min
,
int
?
max
)
Implementation
const IntRange(this.min, this.max);
flutter_scene package
documentation
fscene
IntRange
IntRange.new const constructor
IntRange class