FadeScrollAppBar class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- FadeScrollAppBar
Constructors
-
FadeScrollAppBar({Key? key, required ScrollController scrollController, required Widget fadeWidget, required Widget child, double fadeOffset = 0, double toolbarHeight = kToolbarHeight, double? collapsedHeight = 65, double? expandedHeight = 200, bool floating = false, bool pinned = false, bool snap = false, Color? backgroundColor = Colors.white, double? elevation = 5, Widget? bottomWidget, double bottomWidgetHeight = 0, Future<
void> appBarOnStretchTrigger()?, bool appBarStretch = false, double appBarStretchTriggerOffset = 100, Widget? appBarLeading, bool appBarAutomaticallyImplyLeading = false, Widget? appBarTitle, List<Widget> ? appBarActions, Color? appBarShadowColor, bool appBarForceElevated = false, Color? appBarForegroundColor, IconThemeData? appBarIconTheme, IconThemeData? appBarActionsIconTheme, bool appBarPrimary = true, bool? appBarCenterTitle, bool appBarExcludeHeaderSemantics = false, double? appBarTitleSpacing, ShapeBorder? appBarShape, double? appBarLeadingWidth, TextStyle? appBarToolbarTextStyle, TextStyle? appBarTitleTextStyle, SystemUiOverlayStyle? appBarSystemOverlayStyle}) -
const
Properties
-
appBarActions
→ List<
Widget> ? -
final
- appBarActionsIconTheme → IconThemeData?
-
final
- appBarAutomaticallyImplyLeading → bool
-
final
- appBarCenterTitle → bool?
-
final
- appBarExcludeHeaderSemantics → bool
-
final
- appBarForceElevated → bool
-
final
- appBarForegroundColor → Color?
-
final
- appBarIconTheme → IconThemeData?
-
final
- appBarLeading → Widget?
-
final
- appBarLeadingWidth → double?
-
final
-
appBarOnStretchTrigger
→ Future<
void> Function()? -
final
- appBarPrimary → bool
-
final
- appBarShadowColor → Color?
-
final
- appBarShape → ShapeBorder?
-
final
- appBarStretch → bool
-
final
- appBarStretchTriggerOffset → double
-
final
- appBarSystemOverlayStyle → SystemUiOverlayStyle?
-
final
- appBarTitle → Widget?
-
final
- appBarTitleSpacing → double?
-
final
- appBarTitleTextStyle → TextStyle?
-
final
- appBarToolbarTextStyle → TextStyle?
-
final
- backgroundColor → Color?
-
final
- bottomWidget → Widget?
-
final
- bottomWidgetHeight → double
-
final
- child → Widget
-
final
- collapsedHeight → double?
-
final
- elevation → double?
-
final
- expandedHeight → double?
-
final
- fadeOffset → double
-
final
- fadeWidget → Widget
-
final
- floating → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- pinned → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollController → ScrollController
-
final
- snap → bool
-
final
- toolbarHeight → double
-
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< FadeScrollAppBar> -
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, int wrapWidth = 65}) → 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