CNTab constructor
const
CNTab({})
Creates a tab configuration for CNTabBarNative.
Implementation
const CNTab({
required this.title,
this.sfSymbol,
this.activeSfSymbol,
this.isSearchTab = false,
this.badgeCount,
});