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

    Class Ink

    Inheritance
    System.Object
    Diagnosticable
    DiagnosticableTree
    CanonicalMixinDiagnosticableTree
    Widget
    StatefulWidget
    Ink
    Inherited Members
    StatefulWidget.createElement()
    Widget.key
    Widget.toStringShort()
    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.material
    Syntax
    public class Ink : StatefulWidget

    Constructors

    Ink(Key, EdgeInsets, Color, Decoration, Nullable<Single>, Nullable<Single>, Widget)

    Declaration
    public Ink(Key key = null, EdgeInsets padding = null, Color color = null, Decoration decoration = null, float? width = default(float? ), float? height = default(float? ), Widget child = null)
    Parameters
    Type Name Description
    Key key
    EdgeInsets padding
    Color color
    Decoration decoration
    System.Nullable<System.Single> width
    System.Nullable<System.Single> height
    Widget child

    Fields

    child

    Declaration
    public readonly Widget child
    Field Value
    Type Description
    Widget

    decoration

    Declaration
    public readonly Decoration decoration
    Field Value
    Type Description
    Decoration

    height

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

    padding

    Declaration
    public readonly EdgeInsets padding
    Field Value
    Type Description
    EdgeInsets

    width

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

    Properties

    _paddingIncludingDecoration

    Declaration
    public EdgeInsets _paddingIncludingDecoration { get; }
    Property Value
    Type Description
    EdgeInsets

    Methods

    createState()

    Declaration
    public override State createState()
    Returns
    Type Description
    State
    Overrides
    StatefulWidget.createState()

    debugFillProperties(DiagnosticPropertiesBuilder)

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

    image(Key, EdgeInsets, ImageProvider, ColorFilter, Nullable<BoxFit>, Alignment, Rect, ImageRepeat, Nullable<Single>, Nullable<Single>, Widget)

    Declaration
    public static Ink image(Key key = null, EdgeInsets padding = null, ImageProvider image = null, ColorFilter colorFilter = null, BoxFit? fit = default(BoxFit? ), Alignment alignment = null, Rect centerSlice = null, ImageRepeat repeat = ImageRepeat.noRepeat, float? width = default(float? ), float? height = default(float? ), Widget child = null)
    Parameters
    Type Name Description
    Key key
    EdgeInsets padding
    ImageProvider image
    ColorFilter colorFilter
    System.Nullable<BoxFit> fit
    Alignment alignment
    Rect centerSlice
    ImageRepeat repeat
    System.Nullable<System.Single> width
    System.Nullable<System.Single> height
    Widget child
    Returns
    Type Description
    Ink
    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