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

    Class InputDecorationTheme

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

    Constructors

    InputDecorationTheme(TextStyle, TextStyle, TextStyle, TextStyle, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, EdgeInsets, Nullable<Boolean>, TextStyle, TextStyle, TextStyle, Nullable<Boolean>, Color, InputBorder, InputBorder, InputBorder, InputBorder, InputBorder, InputBorder, Boolean)

    Declaration
    public InputDecorationTheme(TextStyle labelStyle = null, TextStyle helperStyle = null, TextStyle hintStyle = null, TextStyle errorStyle = null, int? errorMaxLines = default(int? ), bool? hasFloatingPlaceholder, bool? isDense, EdgeInsets contentPadding = null, bool? isCollapsed, TextStyle prefixStyle = null, TextStyle suffixStyle = null, TextStyle counterStyle = null, bool? filled, Color fillColor = null, InputBorder errorBorder = null, InputBorder focusedBorder = null, InputBorder focusedErrorBorder = null, InputBorder disabledBorder = null, InputBorder enabledBorder = null, InputBorder border = null, bool alignLabelWithHint = false)
    Parameters
    Type Name Description
    TextStyle labelStyle
    TextStyle helperStyle
    TextStyle hintStyle
    TextStyle errorStyle
    System.Nullable<System.Int32> errorMaxLines
    System.Nullable<System.Boolean> hasFloatingPlaceholder
    System.Nullable<System.Boolean> isDense
    EdgeInsets contentPadding
    System.Nullable<System.Boolean> isCollapsed
    TextStyle prefixStyle
    TextStyle suffixStyle
    TextStyle counterStyle
    System.Nullable<System.Boolean> filled
    Color fillColor
    InputBorder errorBorder
    InputBorder focusedBorder
    InputBorder focusedErrorBorder
    InputBorder disabledBorder
    InputBorder enabledBorder
    InputBorder border
    System.Boolean alignLabelWithHint

    Fields

    alignLabelWithHint

    Declaration
    public readonly bool alignLabelWithHint
    Field Value
    Type Description
    System.Boolean

    border

    Declaration
    public readonly InputBorder border
    Field Value
    Type Description
    InputBorder

    contentPadding

    Declaration
    public readonly EdgeInsets contentPadding
    Field Value
    Type Description
    EdgeInsets

    counterStyle

    Declaration
    public readonly TextStyle counterStyle
    Field Value
    Type Description
    TextStyle

    disabledBorder

    Declaration
    public readonly InputBorder disabledBorder
    Field Value
    Type Description
    InputBorder

    enabledBorder

    Declaration
    public readonly InputBorder enabledBorder
    Field Value
    Type Description
    InputBorder

    errorBorder

    Declaration
    public readonly InputBorder errorBorder
    Field Value
    Type Description
    InputBorder

    errorMaxLines

    Declaration
    public readonly int? errorMaxLines
    Field Value
    Type Description
    System.Nullable<System.Int32>

    errorStyle

    Declaration
    public readonly TextStyle errorStyle
    Field Value
    Type Description
    TextStyle

    fillColor

    Declaration
    public readonly Color fillColor
    Field Value
    Type Description
    Color

    filled

    Declaration
    public readonly bool? filled
    Field Value
    Type Description
    System.Nullable<System.Boolean>

    focusedBorder

    Declaration
    public readonly InputBorder focusedBorder
    Field Value
    Type Description
    InputBorder

    focusedErrorBorder

    Declaration
    public readonly InputBorder focusedErrorBorder
    Field Value
    Type Description
    InputBorder

    hasFloatingPlaceholder

    Declaration
    public readonly bool? hasFloatingPlaceholder
    Field Value
    Type Description
    System.Nullable<System.Boolean>

    helperStyle

    Declaration
    public readonly TextStyle helperStyle
    Field Value
    Type Description
    TextStyle

    hintStyle

    Declaration
    public readonly TextStyle hintStyle
    Field Value
    Type Description
    TextStyle

    isCollapsed

    Declaration
    public readonly bool? isCollapsed
    Field Value
    Type Description
    System.Nullable<System.Boolean>

    isDense

    Declaration
    public readonly bool? isDense
    Field Value
    Type Description
    System.Nullable<System.Boolean>

    labelStyle

    Declaration
    public readonly TextStyle labelStyle
    Field Value
    Type Description
    TextStyle

    prefixStyle

    Declaration
    public readonly TextStyle prefixStyle
    Field Value
    Type Description
    TextStyle

    suffixStyle

    Declaration
    public readonly TextStyle suffixStyle
    Field Value
    Type Description
    TextStyle

    Methods

    debugFillProperties(DiagnosticPropertiesBuilder)

    Declaration
    public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
    Parameters
    Type Name Description
    DiagnosticPropertiesBuilder properties
    Overrides
    Diagnosticable.debugFillProperties(DiagnosticPropertiesBuilder)
    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