LaunchpadController constructor
LaunchpadController({
- required ICardMananger cardMananger,
Implementation
LaunchpadController({required this.cardMananger}) {
setSections();
setMapSections();
}