LaunchpadController class

Constructors

LaunchpadController({required ICardMananger cardMananger})

Properties

cardMananger → ICardMananger
final
currentSection ValueNotifier<String>
final
hashCode int
The hash code for this object.
no setterinherited
mapSections List<Map<String, dynamic>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sections List<String>
final

Methods

getCardsBysection(String currentSection) List<ICardData>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setMapSections() → void
setSections() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited