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

    Class TabBarTheme

    Inheritance
    System.Object
    Diagnosticable
    TabBarTheme
    Inherited Members
    Diagnosticable.toStringShort()
    Diagnosticable.ToString()
    Diagnosticable.toString(DiagnosticLevel)
    Diagnosticable.toDiagnosticsNode(String, DiagnosticsTreeStyle)
    Diagnosticable.debugFillProperties(DiagnosticPropertiesBuilder)
    Namespace: Unity.UIWidgets.material
    Syntax
    public class TabBarTheme : Diagnosticable, IEquatable<TabBarTheme>

    Constructors

    TabBarTheme(Decoration, Nullable<TabBarIndicatorSize>, Color, TextStyle, Color, TextStyle)

    Declaration
    public TabBarTheme(Decoration indicator = null, TabBarIndicatorSize? indicatorSize = default(TabBarIndicatorSize? ), Color labelColor = null, TextStyle labelStyle = null, Color unselectedLabelColor = null, TextStyle unselectedLabelStyle = null)
    Parameters
    Type Name Description
    Decoration indicator
    System.Nullable<TabBarIndicatorSize> indicatorSize
    Color labelColor
    TextStyle labelStyle
    Color unselectedLabelColor
    TextStyle unselectedLabelStyle

    Fields

    indicator

    Declaration
    public readonly Decoration indicator
    Field Value
    Type Description
    Decoration

    indicatorSize

    Declaration
    public readonly TabBarIndicatorSize? indicatorSize
    Field Value
    Type Description
    System.Nullable<TabBarIndicatorSize>

    labelColor

    Declaration
    public readonly Color labelColor
    Field Value
    Type Description
    Color

    labelStyle

    Declaration
    public readonly TextStyle labelStyle
    Field Value
    Type Description
    TextStyle

    unselectedLabelColor

    Declaration
    public readonly Color unselectedLabelColor
    Field Value
    Type Description
    Color

    unselectedLabelStyle

    Declaration
    public readonly TextStyle unselectedLabelStyle
    Field Value
    Type Description
    TextStyle

    Methods

    copyWith(Decoration, Nullable<TabBarIndicatorSize>, Color, TextStyle, Color, TextStyle)

    Declaration
    public TabBarTheme copyWith(Decoration indicator = null, TabBarIndicatorSize? indicatorSize = default(TabBarIndicatorSize? ), Color labelColor = null, TextStyle labelStyle = null, Color unselectedLabelColor = null, TextStyle unselectedLabelStyle = null)
    Parameters
    Type Name Description
    Decoration indicator
    System.Nullable<TabBarIndicatorSize> indicatorSize
    Color labelColor
    TextStyle labelStyle
    Color unselectedLabelColor
    TextStyle unselectedLabelStyle
    Returns
    Type Description
    TabBarTheme

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    Equals(TabBarTheme)

    Declaration
    public bool Equals(TabBarTheme other)
    Parameters
    Type Name Description
    TabBarTheme other
    Returns
    Type Description
    System.Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    lerp(TabBarTheme, TabBarTheme, Single)

    Declaration
    public static TabBarTheme lerp(TabBarTheme a, TabBarTheme b, float t)
    Parameters
    Type Name Description
    TabBarTheme a
    TabBarTheme b
    System.Single t
    Returns
    Type Description
    TabBarTheme

    of(BuildContext)

    Declaration
    public static TabBarTheme of(BuildContext context)
    Parameters
    Type Name Description
    BuildContext context
    Returns
    Type Description
    TabBarTheme

    Operators

    Equality(TabBarTheme, TabBarTheme)

    Declaration
    public static bool operator ==(TabBarTheme left, TabBarTheme right)
    Parameters
    Type Name Description
    TabBarTheme left
    TabBarTheme right
    Returns
    Type Description
    System.Boolean

    Inequality(TabBarTheme, TabBarTheme)

    Declaration
    public static bool operator !=(TabBarTheme left, TabBarTheme right)
    Parameters
    Type Name Description
    TabBarTheme left
    TabBarTheme right
    Returns
    Type Description
    System.Boolean
    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