SecondarySamplePage constructor

const SecondarySamplePage({
  1. Key? key,
  2. required String title,
  3. bool hasScaffold = true,
})

Implementation

const SecondarySamplePage({
  super.key,
  required this.title,
  this.hasScaffold = true,
});