AppLayoutRF constructor

AppLayoutRF({
  1. required PanelRF Panel,
  2. required EngineRF Engine,
})

Implementation

AppLayoutRF({required this.Panel, required this.Engine});