Inheritance
System.Object
ActionChip
public class ActionChip : StatelessWidget, ChipAttributes, TappableChipAttributes
Constructors
ActionChip(Key, Widget, Widget, TextStyle, EdgeInsets, VoidCallback, Nullable<Single>, String, ShapeBorder, Clip, Color, EdgeInsets, Nullable<MaterialTapTargetSize>, Nullable<Single>)
Declaration
public ActionChip(Key key = null, Widget avatar = null, Widget label = null, TextStyle labelStyle = null, EdgeInsets labelPadding = null, VoidCallback onPressed = null, float? pressElevation = default(float? ), string tooltip = null, ShapeBorder shape = null, Clip clipBehavior = Clip.none, Color backgroundColor = null, EdgeInsets padding = null, MaterialTapTargetSize? materialTapTargetSize = default(MaterialTapTargetSize? ), float? elevation = default(float? ))
Parameters
Properties
Declaration
public Widget avatar { get; }
Property Value
Implements
Declaration
public Color backgroundColor { get; }
Property Value
Implements
Declaration
public Clip clipBehavior { get; }
Property Value
Implements
Declaration
public float? elevation { get; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
Implements
Declaration
public Widget label { get; }
Property Value
Implements
Declaration
public EdgeInsets labelPadding { get; }
Property Value
Implements
Declaration
public TextStyle labelStyle { get; }
Property Value
Implements
Declaration
public MaterialTapTargetSize? materialTapTargetSize { get; }
Property Value
Implements
Declaration
public VoidCallback onPressed { get; }
Property Value
Implements
Declaration
public EdgeInsets padding { get; }
Property Value
Implements
Declaration
public float? pressElevation { get; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
Implements
Declaration
public ShapeBorder shape { get; }
Property Value
Implements
Declaration
public string tooltip { get; }
Property Value
Type |
Description |
System.String |
|
Implements
Methods
build(BuildContext)
Declaration
public override Widget build(BuildContext context)
Parameters
Returns
Overrides