StackPageView class

Inheritance

Constructors

StackPageView({required Widget header, required double headerHeight, required TabBar tabBar, required TabController tabController, required List<ScrollController> scrollControllers, required List<Widget> tabBarViews, int timerPeriodic = 2, int dragY = 16, Duration animationDuration = const Duration(milliseconds: 100), dynamic interface(StackPageViewInterface? interface)?, dynamic controller(ScrollController controller)?, bool tabDrag = true, Color? tabBarBackgroundColor = Colors.white, double tabBarHeight = 50, Widget? tabBarBackground, dynamic scrollUp(double offset)?, dynamic scrollDown(double offset)?, Key? key})

Properties

animationDuration Duration
getter/setter pair
controller ↔ dynamic Function(ScrollController controller)?
getter/setter pair
dragY int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
headerHeight double
getter/setter pair
interface ↔ dynamic Function(StackPageViewInterface? interface)?
getter/setter pair
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollControllers List<ScrollController>
getter/setter pair
scrollDown ↔ dynamic Function(double offset)?
getter/setter pair
scrollUp ↔ dynamic Function(double offset)?
getter/setter pair
tabBar TabBar
getter/setter pair
tabBarBackground Widget?
getter/setter pair
tabBarBackgroundColor Color?
getter/setter pair
tabBarHeight double
getter/setter pair
tabBarViews List<Widget>
getter/setter pair
tabController TabController
getter/setter pair
tabDrag bool
getter/setter pair
timerPeriodic int
getter/setter pair

Methods

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