Class CupertinoSliverNavigationBar | UIWidgets | 1.5.4-preview.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class CupertinoSliverNavigationBar

    Inheritance
    Object
    Diagnosticable
    DiagnosticableTree
    CanonicalMixinDiagnosticableTree
    Widget
    StatefulWidget
    CupertinoSliverNavigationBar
    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.cupertino
    Syntax
    public class CupertinoSliverNavigationBar : StatefulWidget

    Constructors

    CupertinoSliverNavigationBar(Key, Widget, Widget, Boolean, Boolean, String, Widget, Widget, Border, Color, EdgeInsets, Color, Boolean, Object)

    Declaration
    public CupertinoSliverNavigationBar(Key key = null, Widget largeTitle = null, Widget leading = null, bool automaticallyImplyLeading = true, bool automaticallyImplyTitle = true, string previousPageTitle = null, Widget middle = null, Widget trailing = null, Border border = null, Color backgroundColor = null, EdgeInsets padding = null, Color actionsForegroundColor = null, bool transitionBetweenRoutes = true, object heroTag = null)
    Parameters
    Type Name Description
    Key key
    Widget largeTitle
    Widget leading
    Boolean automaticallyImplyLeading
    Boolean automaticallyImplyTitle
    String previousPageTitle
    Widget middle
    Widget trailing
    Border border
    Color backgroundColor
    EdgeInsets padding
    Color actionsForegroundColor
    Boolean transitionBetweenRoutes
    Object heroTag

    Fields

    actionsForegroundColor

    Declaration
    public readonly Color actionsForegroundColor
    Field Value
    Type Description
    Color

    automaticallyImplyLeading

    Declaration
    public readonly bool automaticallyImplyLeading
    Field Value
    Type Description
    Boolean

    automaticallyImplyTitle

    Declaration
    public readonly bool automaticallyImplyTitle
    Field Value
    Type Description
    Boolean

    backgroundColor

    Declaration
    public readonly Color backgroundColor
    Field Value
    Type Description
    Color

    border

    Declaration
    public readonly Border border
    Field Value
    Type Description
    Border

    heroTag

    Declaration
    public readonly object heroTag
    Field Value
    Type Description
    Object

    largeTitle

    Declaration
    public readonly Widget largeTitle
    Field Value
    Type Description
    Widget

    leading

    Declaration
    public readonly Widget leading
    Field Value
    Type Description
    Widget

    middle

    Declaration
    public readonly Widget middle
    Field Value
    Type Description
    Widget

    padding

    Declaration
    public readonly EdgeInsets padding
    Field Value
    Type Description
    EdgeInsets

    previousPageTitle

    Declaration
    public readonly string previousPageTitle
    Field Value
    Type Description
    String

    trailing

    Declaration
    public readonly Widget trailing
    Field Value
    Type Description
    Widget

    transitionBetweenRoutes

    Declaration
    public readonly bool transitionBetweenRoutes
    Field Value
    Type Description
    Boolean

    Properties

    opaque

    Declaration
    public bool opaque { get; }
    Property Value
    Type Description
    Boolean

    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