Inheritance
System.Object
Ink
public class Ink : StatefulWidget
Constructors
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
Declaration
public readonly Widget child
Field Value
Declaration
public readonly Decoration decoration
Field Value
Declaration
public readonly float? height
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public readonly EdgeInsets padding
Field Value
Declaration
public readonly float? width
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Properties
Declaration
public EdgeInsets _paddingIncludingDecoration { get; }
Property Value
Methods
Declaration
public override State createState()
Returns
Overrides
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
Parameters
Overrides
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
Returns