CPTemplate constructor
CPTemplate({
- String? tabTitle,
- bool showsTabBadge = false,
- String? systemIcon,
- VoidCallback? onPop,
Implementation
CPTemplate({
this.tabTitle,
this.showsTabBadge = false,
this.systemIcon,
this.onPop,
});