LidarView constructor
- required int index,
- Key? key,
Const constructor for LidarView, initializes the index of the page
Implementation
const LidarView({required this.index, super.key});
Const constructor for LidarView, initializes the index of the page
const LidarView({required this.index, super.key});