LaunchpadViewer constructor

const LaunchpadViewer({
  1. Key? key,
  2. required LaunchpadReader launchpad,
  3. dynamic onTap(
    1. int x,
    2. int y
    )?,
})

Implementation

const LaunchpadViewer({super.key, required this.launchpad, this.onTap});