TabRenderer<T> class
Helper class for rendering tab widgets with consistent styling.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
buildDefaultTab<
T> ({required BuildContext context, required TTab< T> tab, required bool isSelected, required ColorScheme colors, required GlobalKey<State< tabKey, required Axis axis, EdgeInsets? tabPadding, required double? indicatorWidth, Color? selectedColor, Color? unselectedColor, Color? disabledColor, Color? indicatorColor, TTabController<StatefulWidget> >T> ? controller, VoidCallback? onTab}) → Widget - Builds a default tab widget with standard styling.