NetflixAppBar class

Netflix Toolbar

@param children: The List of Widgets to display @param background The Scaffold final background @param mainImageUrl: The image in the FlexibleSpaceBar @param titles: The titles to display associated to relative functions @author Andrea Maranesi @version 2.0

Inheritance

Constructors

NetflixAppBar(List<DrTextTransitionTitleObject> titles, int duration, {Widget? header, double headerHeight = 0, Color? background = Colors.transparent, Color? appBarColor, int dumping = 100, double titlePaddingLeft = 16, double titlePaddingRight = 15, double titleActiveFontSize = 20, double maxOpacity = 0.6, double initialOpacity = 0, bool pinned = false, TextStyle titleStyles = const TextStyle(color: Colors.white, fontSize: 16, fontWeight: FontWeight.bold), Widget? leading, dynamic onScreenChange(ScrollController, String, NetflixAppBar)?, MainAxisAlignment? mainAxisAlignment})

Properties

appBarColor Color?
getter/setter pair
background Color?
getter/setter pair
dumping int
getter/setter pair
duration int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
headerHeight double
getter/setter pair
initialOpacity double
getter/setter pair
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
leading Widget?
getter/setter pair
mainAxisAlignment MainAxisAlignment?
getter/setter pair
maxOpacity double
getter/setter pair
onScreenChange ↔ (dynamic Function(ScrollController, String, NetflixAppBar)?)
getter/setter pair
pinned bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleActiveFontSize double
getter/setter pair
titlePaddingLeft double
getter/setter pair
titlePaddingRight double
getter/setter pair
titles List<DrTextTransitionTitleObject>
getter/setter pair
titleStyles TextStyle
getter/setter pair

Methods

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

Static Properties

instance ↔ _NetflixAppBar
getter/setter pair
platformVersion Future<String>
no setter
previousTitles Queue<List<DrTextTransitionTitleObject>>
getter/setter pair

Static Methods

getContext() BuildContext?
getInstance() NetflixAppBar
goBack() → void
notify() → void