NavigationHubLayout.topNav constructor
NavigationHubLayout.topNav({
Create a top navigation layout
Implementation
NavigationHubLayout.topNav(
{this.isScrollable = false,
this.padding,
this.indicatorColor,
this.automaticIndicatorColorAdjustment = true,
this.indicatorWeight = 2.0,
this.indicatorPadding = EdgeInsets.zero,
this.indicator,
this.indicatorSize,
this.dividerColor = const Color(0xEEEEEEFF),
this.dividerHeight,
this.backgroundColor,
this.labelColor,
this.labelStyle,
this.labelPadding,
this.unselectedLabelColor,
this.unselectedLabelStyle,
this.showSelectedLabels,
this.dragStartBehavior = DragStartBehavior.start,
this.overlayColor,
this.mouseCursor,
this.enableFeedback,
this.physics,
this.splashFactory,
this.splashBorderRadius,
this.tabAlignment,
this.textScaler,
this.animationDuration,
this.overlayColorState}) {
kind = "topNav";
}