Class SliverAppBar | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class SliverAppBar

    Inheritance
    System.Object
    Diagnosticable
    DiagnosticableTree
    CanonicalMixinDiagnosticableTree
    Widget
    StatefulWidget
    SliverAppBar
    Inherited Members
    StatefulWidget.createElement()
    Widget.key
    Widget.toStringShort()
    Widget.debugFillProperties(DiagnosticPropertiesBuilder)
    Widget.canUpdate(Widget, Widget)
    CanonicalMixinDiagnosticableTree.pureWidget
    CanonicalMixinDiagnosticableTree.Equals(Object)
    CanonicalMixinDiagnosticableTree.GetHashCode()
    DiagnosticableTree.toStringShallow(String, DiagnosticLevel)
    DiagnosticableTree.toStringDeep(String, String, DiagnosticLevel)
    DiagnosticableTree.toDiagnosticsNode(String, DiagnosticsTreeStyle)
    DiagnosticableTree.debugDescribeChildren()
    Diagnosticable.ToString()
    Diagnosticable.toString(DiagnosticLevel)
    Namespace: Unity.UIWidgets.material
    Syntax
    public class SliverAppBar : StatefulWidget

    Constructors

    SliverAppBar(Key, Widget, Boolean, Widget, List<Widget>, Widget, PreferredSizeWidget, Nullable<Single>, Boolean, Color, Nullable<Brightness>, 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, 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
    Type Name Description
    Key key
    Widget leading
    System.Boolean automaticallyImplyLeading
    Widget title
    System.Collections.Generic.List<Widget> actions
    Widget flexibleSpace
    PreferredSizeWidget bottom
    System.Nullable<System.Single> elevation
    System.Boolean forceElevated
    Color backgroundColor
    System.Nullable<Brightness> brightness
    IconThemeData iconTheme
    TextTheme textTheme
    System.Boolean primary
    System.Nullable<System.Boolean> centerTitle
    System.Single titleSpacing
    System.Nullable<System.Single> expandedHeight
    System.Boolean floating
    System.Boolean pinned
    System.Boolean snap

    Fields

    actions

    Declaration
    public readonly List<Widget> actions
    Field Value
    Type Description
    System.Collections.Generic.List<Widget>

    automaticallyImplyLeading

    Declaration
    public readonly bool automaticallyImplyLeading
    Field Value
    Type Description
    System.Boolean

    backgroundColor

    Declaration
    public readonly Color backgroundColor
    Field Value
    Type Description
    Color

    bottom

    Declaration
    public readonly PreferredSizeWidget bottom
    Field Value
    Type Description
    PreferredSizeWidget

    brightness

    Declaration
    public readonly Brightness? brightness
    Field Value
    Type Description
    System.Nullable<Brightness>

    centerTitle

    Declaration
    public readonly bool? centerTitle
    Field Value
    Type Description
    System.Nullable<System.Boolean>

    elevation

    Declaration
    public readonly float? elevation
    Field Value
    Type Description
    System.Nullable<System.Single>

    expandedHeight

    Declaration
    public readonly float? expandedHeight
    Field Value
    Type Description
    System.Nullable<System.Single>

    flexibleSpace

    Declaration
    public readonly Widget flexibleSpace
    Field Value
    Type Description
    Widget

    floating

    Declaration
    public readonly bool floating
    Field Value
    Type Description
    System.Boolean

    forceElevated

    Declaration
    public readonly bool forceElevated
    Field Value
    Type Description
    System.Boolean

    iconTheme

    Declaration
    public readonly IconThemeData iconTheme
    Field Value
    Type Description
    IconThemeData

    leading

    Declaration
    public readonly Widget leading
    Field Value
    Type Description
    Widget

    pinned

    Declaration
    public readonly bool pinned
    Field Value
    Type Description
    System.Boolean

    primary

    Declaration
    public readonly bool primary
    Field Value
    Type Description
    System.Boolean

    snap

    Declaration
    public readonly bool snap
    Field Value
    Type Description
    System.Boolean

    textTheme

    Declaration
    public readonly TextTheme textTheme
    Field Value
    Type Description
    TextTheme

    title

    Declaration
    public readonly Widget title
    Field Value
    Type Description
    Widget

    titleSpacing

    Declaration
    public readonly float titleSpacing
    Field Value
    Type Description
    System.Single

    Methods

    createState()

    Declaration
    public override State createState()
    Returns
    Type Description
    State
    Overrides
    StatefulWidget.createState()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023