SubsystemsPage constructor
- required int index,
- Key? key,
Const constructor for subsystems page, initializing the page index
Implementation
const SubsystemsPage({required this.index, super.key});
Const constructor for subsystems page, initializing the page index
const SubsystemsPage({required this.index, super.key});