MaterialShowcase constructor

const MaterialShowcase({
  1. Key? key,
  2. Color? tabBackgroundColor,
})

Creates a MaterialShowcase

Implementation

const MaterialShowcase({
  Key? key,
  this.tabBackgroundColor,
}) : super(key: key);