CPTemplate constructor

CPTemplate({
  1. String? tabTitle,
  2. bool showsTabBadge = false,
  3. String? systemIcon,
  4. VoidCallback? onPop,
})

Implementation

CPTemplate({
  this.tabTitle,
  this.showsTabBadge = false,
  this.systemIcon,
  this.onPop,
});