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

    Class AppBarTheme

    Inheritance
    System.Object
    Diagnosticable
    AppBarTheme
    Inherited Members
    Diagnosticable.toStringShort()
    Diagnosticable.ToString()
    Diagnosticable.toString(DiagnosticLevel)
    Diagnosticable.toDiagnosticsNode(String, DiagnosticsTreeStyle)
    Namespace: Unity.UIWidgets.material
    Syntax
    public class AppBarTheme : Diagnosticable

    Constructors

    AppBarTheme(Nullable<Brightness>, Color, Nullable<Single>, IconThemeData, TextTheme)

    Declaration
    public AppBarTheme(Brightness? brightness = default(Brightness? ), Color color = null, float? elevation = default(float? ), IconThemeData iconTheme = null, TextTheme textTheme = null)
    Parameters
    Type Name Description
    System.Nullable<Brightness> brightness
    Color color
    System.Nullable<System.Single> elevation
    IconThemeData iconTheme
    TextTheme textTheme

    Fields

    brightness

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

    color

    Declaration
    public readonly Color color
    Field Value
    Type Description
    Color

    elevation

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

    iconTheme

    Declaration
    public readonly IconThemeData iconTheme
    Field Value
    Type Description
    IconThemeData

    textTheme

    Declaration
    public readonly TextTheme textTheme
    Field Value
    Type Description
    TextTheme

    Methods

    debugFillProperties(DiagnosticPropertiesBuilder)

    Declaration
    public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
    Parameters
    Type Name Description
    DiagnosticPropertiesBuilder properties
    Overrides
    Diagnosticable.debugFillProperties(DiagnosticPropertiesBuilder)

    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(AppBarTheme)

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

    GetHashCode()

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

    lerp(AppBarTheme, AppBarTheme, Single)

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

    of(BuildContext)

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

    Operators

    Equality(AppBarTheme, AppBarTheme)

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

    Inequality(AppBarTheme, AppBarTheme)

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