BlossomVerticalTabBar<T> class

Inheritance

Constructors

BlossomVerticalTabBar({Key? key, required Color selectedColor, Color? dragColor, Color? stickyColor, Color? backgroundColor, Color? dividerColor, Color? shadowColor, Color? dragShadowColor, double width = 42, double sideBarWidth = 0, double tabBarMargin = 4, EdgeInsets margin = EdgeInsets.zero, Widget? sideBar, Color? sideBarColor, bool showSideBarOnOppositeSide = false, bool shiftOnDrag = false, Radius borderRadius = const Radius.circular(8.0), bool showIndicator = false, bool showIndicatorOnOppositeSide = false, bool applyIndicatorIndent = true, double indicatorThickness = 4.0, Color? indicatorColor, List<Widget> actions = const [], void onSecondaryTap(BlossomTab<T>)?, required Widget tabBuilder(BuildContext context, BlossomTab<T> tab, bool isActive), List<Widget> tabActions(BuildContext context, BlossomTab<T> tab)?})
const

Properties

actions List<Widget>
final
applyIndicatorIndent bool
final
backgroundColor Color?
final
borderRadius Radius
final
dividerColor Color?
final
dragColor Color?
final
dragShadowColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
indicatorColor Color?
final
indicatorThickness double
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
margin EdgeInsets
final
onSecondaryTap → (void Function(BlossomTab<T>)?)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedColor Color
final
shadowColor Color?
final
shiftOnDrag bool
final
showIndicator bool
final
showIndicatorOnOppositeSide bool
final
showSideBarOnOppositeSide bool
final
final
sideBarColor Color?
final
sideBarWidth double
final
stickyColor Color?
final
tabActions → (List<Widget> Function(BuildContext context, BlossomTab<T> tab)?)
final
tabBarMargin double
final
tabBuilder Widget Function(BuildContext context, BlossomTab<T> tab, bool isActive)
final
width double
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<BlossomVerticalTabBar<T>>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited