tabs library

Day / Week / Month tab helpers and general tab bar widgets.

Classes

UIButtonsTab
A custom tab bar that renders tabs as individual buttons.
UIDwmTabLabels
Labels for Day / Week / Month period tabs.
UISegmentedTabBar
A segmented control used for switching between mutually exclusive options.
UISegmentTabItem
Represents an item in the UISegmentedTabBar.
UITabBar<T>
A horizontal scrollable tab bar with customizable styles and indicators.

Functions

buildDwmTabBar(BuildContext context, {required List<Tab> tabs, ValueChanged<int>? onTap}) TabBar
Builds a TabBar styled for Day / Week / Month detail screens.
buildDwmTabs({required String dayLabel, required String weekLabel, required String monthLabel, TextStyle? labelStyle}) List<Tab>
Builds a standard list of tabs for Day / Week / Month selection.
buildDwmTabsFromLabels(UIDwmTabLabels labels, {TextStyle? labelStyle}) List<Tab>
Builds DWM tabs from a UIDwmTabLabels value.