ModernTabView constructor
const
ModernTabView({
- Key? key,
- required List<
ModernTabViewPage> pages, - void onTabChanged()?,
- int initialIndex = 0,
Implementation
const ModernTabView({
super.key,
required this.pages,
this.onTabChanged,
this.initialIndex = 0,
});