public class SliverAppBar : StatefulWidget
Constructors
SliverAppBar(Key, Widget, Boolean, Widget, List<Widget>, Widget, PreferredSizeWidget, Nullable<Single>, Boolean, Color, Nullable<Brightness>, IconThemeData, IconThemeData, TextTheme, Boolean, Nullable<Boolean>, Single, Nullable<Single>, Boolean, Boolean, Boolean)
Declaration
public SliverAppBar(Key key = null, Widget leading = null, bool automaticallyImplyLeading = true, Widget title = null, List<Widget> actions = null, Widget flexibleSpace = null, PreferredSizeWidget bottom = null, float? elevation = default(float? ), bool forceElevated = false, Color backgroundColor = null, Brightness? brightness = default(Brightness? ), IconThemeData iconTheme = null, IconThemeData actionsIconTheme = null, TextTheme textTheme = null, bool primary = true, bool? centerTitle = default(bool? ), float titleSpacing = 16F, float? expandedHeight = default(float? ), bool floating = false, bool pinned = false, bool snap = false)
Parameters
Fields
Declaration
public readonly List<Widget> actions
Field Value
Declaration
public readonly IconThemeData actionsIconTheme
Field Value
Declaration
public readonly bool automaticallyImplyLeading
Field Value
Declaration
public readonly Color backgroundColor
Field Value
Declaration
public readonly PreferredSizeWidget bottom
Field Value
Declaration
public readonly Brightness? brightness
Field Value
Declaration
public readonly bool? centerTitle
Field Value
Declaration
public readonly float? elevation
Field Value
Declaration
public readonly float? expandedHeight
Field Value
Declaration
public readonly Widget flexibleSpace
Field Value
Declaration
public readonly bool floating
Field Value
Declaration
public readonly bool forceElevated
Field Value
Declaration
public readonly IconThemeData iconTheme
Field Value
Declaration
public readonly Widget leading
Field Value
Declaration
public readonly bool pinned
Field Value
Declaration
public readonly bool primary
Field Value
Declaration
public readonly bool snap
Field Value
textTheme
Declaration
public readonly TextTheme textTheme
Field Value
Declaration
public readonly Widget title
Field Value
Declaration
public readonly float titleSpacing
Field Value
Methods
Declaration
public override State createState()
Returns
Overrides