parallaxpinnonezoomBackgroundblurBackground fadeTitletitle
backgroundcenterTitlecollapseModestretchModestitlePaddingexpandedTitleScalecreateSettingscreateState_getEffectiveCenterTitle_getTitleAlignment_getCollapsePaddingbuildtoolbarOpacity minExtent maxExtent
currentExtentisScrolledUnder
hasLeadingupdateShouldNotifyopacityalwaysIncludeSemanticscreateRenderObjectupdateRenderObjectisRepaintBoundarypaintCollapseModeStretchModeFlexibleSpaceBar_FlexibleSpaceBarStateFlexibleSpaceBarSettings_FlexibleSpaceHeaderOpacity!_RenderFlexibleSpaceHeaderOpacityclampDoubleImageFilterblurAppBarSliverAppBar
flexibleSpaceexpandedHeightstretch
ScrollPhysicscreateSettingsstretchModesparallaxStatefulWidgetzoomBackgroundTextWidgetImagefitBoxFitcoverTargetPlatformiOSmacOSboolList
hasLeadingEdgeInsetsGeometrydoubleScaffold
backgroundtitletoolbarOpacity minExtent
currentExtent maxExtentisScrolledUnderchildoverrideState ThemeDatawidgetcenterTitleplatformandroidfuchsialinuxwindows AlignmentbottomCenterDirectionalityofcontext
TextDirectionrtlbottomRightltr
bottomLeftcollapseModepinnoneTweenbeginenddeltaExtent transformBuildContext
LayoutBuilderbuilderBoxConstraints"dependOnInheritedWidgetOfExactTypemaxkToolbarHeightIntervalcontainsconstraints maxHeightadd
PositionedtopleftrightheightalwaysIncludeSemanticsopacityblurBackgroundfillBackdropFilterfiltersigmaXsigmaY
ColoredBoxcolorColorstransparentTheme Semantics
namesRoute fadeTitleOpacity TextStyleuseMaterial3 textTheme
titleLargeprimaryTextThemecopyWithwithOpacitytitlePaddingEdgeInsetsDirectionalonlystartbottomexpandedTitleScaleMatrix4identityscalePaddingpadding Transform alignmentAlignDefaultTextStylestyleSizedBoxwidthmaxWidthClipRectStackchildrenInheritedWidgetbackgroundColorWidgetState
scrolledUnderSingleChildRenderObjectWidgetRenderObjectvoid
RenderOpacityPaintingContextOffset
roundToDoublelayerneedsCompositingpushOpacityroundpaintoldLayerOpacityLayerdebugCreatorStatefulWidgetStateInheritedWidgetSingleChildRenderObjectWidget
RenderOpacitysƬ_c math dart:math uidart:uiL\clampDouble $ package:flutter/foundation.dart _ package:flutter/rendering.dart package:flutter/widgets.dart colors.dart constants.dart
theme.dart F <Ā
"#^Łށ@TLMuR|Ψ-qު-Qv:c˫ܫQ֭7Qṋͮ&ίi/sNٱ;fܳ.XմAxڴ
2CS_ijU¶ȷ VyǷ9Nmո'RS n"Ljk8{)HIȾ`|Eq @ @ @ @ @T @ @ @ A1 A A A A A A B0 B B B B C C. Cf C C C C C D D D) DP DQ D] D D D D D E E E E7 E E E E E F F >/// @docImport 'app_bar.dart';
/// @docImport 'scaffold.dart';
# L\^ 6/// The part of a Material Design [AppBar] that expands, collapses, and
/// stretches.
///
/// {@youtube 560 315 https://www.youtube.com/watch?v=mSc7qFzxHDw}
///
/// Most commonly used in the [SliverAppBar.flexibleSpace] field, a flexible
/// space bar expands and contracts as the app scrolls so that the [AppBar]
/// reaches from the top of the app to the top of the scrolling contents of the
/// app. When using [SliverAppBar.flexibleSpace], the [SliverAppBar.expandedHeight]
/// must be large enough to accommodate the [SliverAppBar.flexibleSpace] widget.
///
/// Furthermore is included functionality for stretch behavior. When
/// [SliverAppBar.stretch] is true, and your [ScrollPhysics] allow for
/// overscroll, this space will stretch with the overscroll.
///
/// The widget that sizes the [AppBar] must wrap it in the widget returned by
/// [FlexibleSpaceBar.createSettings], to convey sizing information down to the
/// [FlexibleSpaceBar].
///
/// {@tool dartpad}
/// This sample application demonstrates the different features of the
/// [FlexibleSpaceBar] when used in a [SliverAppBar]. This app bar is configured
/// to stretch into the overscroll space, and uses the
/// [FlexibleSpaceBar.stretchModes] to apply `fadeTitle`, `blurBackground` and
/// `zoomBackground`. The app bar also makes use of [CollapseMode.parallax] by
/// default.
///
/// ** See code in examples/api/lib/material/flexible_space_bar/flexible_space_bar.0.dart **
/// {@end-tool}
///
/// See also:
///
/// * [SliverAppBar], which implements the expanding and contracting.
/// * [AppBar], which is used by [SliverAppBar].
/// *