SubsystemsPage constructor

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

Const constructor for subsystems page, initializing the page index

Implementation

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