LidarView constructor

const LidarView({
  1. required int index,
  2. Key? key,
})

Const constructor for LidarView, initializes the index of the page

Implementation

const LidarView({required this.index, super.key});