CPTemplate constructor

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

Implementation

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