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

    Class CupertinoTextThemeData

    Inheritance
    Object
    Diagnosticable
    CupertinoTextThemeData
    Inherited Members
    Diagnosticable.toStringShort()
    Diagnosticable.ToString()
    Diagnosticable.toString(DiagnosticLevel)
    Diagnosticable.toDiagnosticsNode(String, DiagnosticsTreeStyle)
    Diagnosticable.debugFillProperties(DiagnosticPropertiesBuilder)
    Namespace: Unity.UIWidgets.cupertino
    Syntax
    public class CupertinoTextThemeData : Diagnosticable

    Constructors

    CupertinoTextThemeData(Color, Nullable<Brightness>, TextStyle, TextStyle, TextStyle, TextStyle, TextStyle, TextStyle)

    Declaration
    public CupertinoTextThemeData(Color primaryColor = null, Brightness? brightness = default(Brightness? ), TextStyle textStyle = null, TextStyle actionTextStyle = null, TextStyle tabLabelTextStyle = null, TextStyle navTitleTextStyle = null, TextStyle navLargeTitleTextStyle = null, TextStyle navActionTextStyle = null)
    Parameters
    Type Name Description
    Color primaryColor
    Nullable<Brightness> brightness
    TextStyle textStyle
    TextStyle actionTextStyle
    TextStyle tabLabelTextStyle
    TextStyle navTitleTextStyle
    TextStyle navLargeTitleTextStyle
    TextStyle navActionTextStyle

    Properties

    actionTextStyle

    Declaration
    public TextStyle actionTextStyle { get; }
    Property Value
    Type Description
    TextStyle

    navActionTextStyle

    Declaration
    public TextStyle navActionTextStyle { get; }
    Property Value
    Type Description
    TextStyle

    navLargeTitleTextStyle

    Declaration
    public TextStyle navLargeTitleTextStyle { get; }
    Property Value
    Type Description
    TextStyle

    navTitleTextStyle

    Declaration
    public TextStyle navTitleTextStyle { get; }
    Property Value
    Type Description
    TextStyle

    tabLabelTextStyle

    Declaration
    public TextStyle tabLabelTextStyle { get; }
    Property Value
    Type Description
    TextStyle

    textStyle

    Declaration
    public TextStyle textStyle { get; }
    Property Value
    Type Description
    TextStyle

    Methods

    copyWith(Color, Nullable<Brightness>, TextStyle, TextStyle, TextStyle, TextStyle, TextStyle, TextStyle)

    Declaration
    public CupertinoTextThemeData copyWith(Color primaryColor, Brightness? brightness, TextStyle textStyle, TextStyle actionTextStyle, TextStyle tabLabelTextStyle, TextStyle navTitleTextStyle, TextStyle navLargeTitleTextStyle, TextStyle navActionTextStyle)
    Parameters
    Type Name Description
    Color primaryColor
    Nullable<Brightness> brightness
    TextStyle textStyle
    TextStyle actionTextStyle
    TextStyle tabLabelTextStyle
    TextStyle navTitleTextStyle
    TextStyle navLargeTitleTextStyle
    TextStyle navActionTextStyle
    Returns
    Type Description
    CupertinoTextThemeData
    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