LaunchpadController constructor

LaunchpadController({
  1. required ICardMananger cardMananger,
})

Implementation

LaunchpadController({required this.cardMananger}) {
  setSections();
  setMapSections();
}