menu
scene package
documentation
schema.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);
scene package
documentation
schema
IntRange
IntRange.new const constructor
IntRange class