menu
clay_core package
documentation
clay.dart
LineRange
LineRange.new const constructor
LineRange.new const constructor
dark_mode
light_mode
LineRange
constructor
const
LineRange
(
{
required
int
start
,
required
int
end
,
})
Creates a
LineRange
.
Implementation
const LineRange({required this.start, required this.end});
clay_core package
documentation
clay
LineRange
LineRange.new const constructor
LineRange class