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

    Class CupertinoTabScaffold

    Inheritance
    Object
    Diagnosticable
    DiagnosticableTree
    CanonicalMixinDiagnosticableTree
    Widget
    StatefulWidget
    CupertinoTabScaffold
    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 CupertinoTabScaffold : StatefulWidget

    Constructors

    CupertinoTabScaffold(Key, CupertinoTabBar, IndexedWidgetBuilder, Color, Boolean)

    Declaration
    public CupertinoTabScaffold(Key key = null, CupertinoTabBar tabBar = null, IndexedWidgetBuilder tabBuilder = null, Color backgroundColor = null, bool resizeToAvoidBottomInset = true)
    Parameters
    Type Name Description
    Key key
    CupertinoTabBar tabBar
    IndexedWidgetBuilder tabBuilder
    Color backgroundColor
    Boolean resizeToAvoidBottomInset

    Fields

    backgroundColor

    Declaration
    public readonly Color backgroundColor
    Field Value
    Type Description
    Color

    resizeToAvoidBottomInset

    Declaration
    public readonly bool resizeToAvoidBottomInset
    Field Value
    Type Description
    Boolean

    tabBar

    Declaration
    public readonly CupertinoTabBar tabBar
    Field Value
    Type Description
    CupertinoTabBar

    tabBuilder

    Declaration
    public readonly IndexedWidgetBuilder tabBuilder
    Field Value
    Type Description
    IndexedWidgetBuilder

    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