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

    Class CupertinoNavigationBar

    Inheritance
    Object
    Diagnosticable
    DiagnosticableTree
    CanonicalMixinDiagnosticableTree
    Widget
    StatefulWidget
    PreferredSizeWidget
    ObstructingPreferredSizeWidget
    CupertinoNavigationBar
    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 CupertinoNavigationBar : ObstructingPreferredSizeWidget, SizePreferred

    Constructors

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

    Declaration
    public CupertinoNavigationBar(Key key = null, Widget leading = null, bool automaticallyImplyLeading = true, bool automaticallyImplyMiddle = 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 leading
    Boolean automaticallyImplyLeading
    Boolean automaticallyImplyMiddle
    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

    automaticallyImplyMiddle

    Declaration
    public readonly bool automaticallyImplyMiddle
    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

    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

    fullObstruction

    Declaration
    public override bool? fullObstruction { get; }
    Property Value
    Type Description
    Nullable<Boolean>
    Overrides
    ObstructingPreferredSizeWidget.fullObstruction

    preferredSize

    Declaration
    public override Size preferredSize { get; }
    Property Value
    Type Description
    Size
    Overrides
    PreferredSizeWidget.preferredSize

    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