LaunchpadViewer constructor
const
LaunchpadViewer({
- Key? key,
- required LaunchpadReader launchpad,
- dynamic onTap()?,
Implementation
const LaunchpadViewer({super.key, required this.launchpad, this.onTap});