TitleScrollNavigation class

Inheritance

Constructors

TitleScrollNavigation({Key? key, required List<String> titles, required List<Widget> pages, int initialPage = 0, bool showIdentifier = true, NavigationBodyStyle? bodyStyle, TitleNavigationBarStyle? barStyle, NavigationIdentiferStyle? identiferStyle})
It is a navigation that will only show texts titles. You can move with gestures or pressing any title.

Properties

barStyle TitleNavigationBarStyle
Title Navigation bar style
final
bodyStyle NavigationBodyStyle
PageView and Scaffold style
final
hashCode int
The hash code for this object.
no setterinherited
identiferStyle NavigationIdentiferStyle
Identifier style
final
initialPage int
It is the initial page that will show. The value must match with the existing indexes and the total number of Nav Items
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
pages List<Widget>
Are the pages that the PageView will have
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showIdentifier bool
It will show the identifier.
final
titles List<String>
Are the titles than show it
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _TitleScrollNavigationState
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