CarpenterTabsLayout<T> constructor
const
CarpenterTabsLayout<T> ({
- Key? key,
- required T value,
- required List<
CarpenterLayoutTab< tabs,T> > - required ValueChanged<
T> onChanged, - CarpenterTabsOrientation orientation = CarpenterTabsOrientation.adaptive,
- double verticalBreakpoint = 720,
Implementation
const CarpenterTabsLayout({
super.key,
required this.value,
required this.tabs,
required this.onChanged,
this.orientation = CarpenterTabsOrientation.adaptive,
this.verticalBreakpoint = 720,
});