InfoPage constructor

InfoPage({
  1. required Key key,
  2. required PortService portService,
})

Implementation

InfoPage({required Key key, required this.portService}) : super(key: key);