ShowcaseButton constructor

const ShowcaseButton({
  1. Key? key,
  2. Iterable<GlobalKey<State<StatefulWidget>>>? showcaseFor,
})

Implementation

const ShowcaseButton({super.key, this.showcaseFor});