CustomShowcase constructor

const CustomShowcase({
  1. Key? key,
  2. Widget? app,
  3. AppBuilder? builder,
})

Implementation

const CustomShowcase({Key? key, this.app, this.builder}) : super(key: key);