@new
Description:
public static Action @new (string name, Container container, Widget child, string child_property_name)
This creates a new Action that will change when the underlying child property of
container changes for child.
Parameters:
| name |
the name of the action |
| container |
the container of the widget |
| child |
the widget for the child property |
| child_property_name |
the name of the child property |
Returns:
|
A new ChildPropertyAction. |