Interface ChipAttributes
Namespace: Unity.UIWidgets.material
Syntax
public interface ChipAttributes
Properties
avatar
Declaration
Widget avatar { get; }
Property Value
Type | Description |
---|---|
Widget |
backgroundColor
Declaration
Color backgroundColor { get; }
Property Value
Type | Description |
---|---|
Color |
clipBehavior
Declaration
Clip clipBehavior { get; }
Property Value
Type | Description |
---|---|
Clip |
elevation
Declaration
float? elevation { get; }
Property Value
Type | Description |
---|---|
Nullable<Single> |
label
Declaration
Widget label { get; }
Property Value
Type | Description |
---|---|
Widget |
labelPadding
Declaration
EdgeInsets labelPadding { get; }
Property Value
Type | Description |
---|---|
EdgeInsets |
labelStyle
Declaration
TextStyle labelStyle { get; }
Property Value
Type | Description |
---|---|
TextStyle |
materialTapTargetSize
Declaration
MaterialTapTargetSize? materialTapTargetSize { get; }
Property Value
Type | Description |
---|---|
Nullable<MaterialTapTargetSize> |
padding
Declaration
EdgeInsets padding { get; }
Property Value
Type | Description |
---|---|
EdgeInsets |
shadowColor
Declaration
Color shadowColor { get; }
Property Value
Type | Description |
---|---|
Color |
shape
Declaration
ShapeBorder shape { get; }
Property Value
Type | Description |
---|---|
ShapeBorder |