Delegate AnimatedCrossFadeBuilder
Namespace: Unity.UIWidgets.widgets
Syntax
public delegate Widget AnimatedCrossFadeBuilder(Widget topChild, Key topChildKey, Widget bottomChild, Key bottomChildKey);
Parameters
Type | Name | Description |
---|---|---|
Widget | topChild | |
Key | topChildKey | |
Widget | bottomChild | |
Key | bottomChildKey |
Returns
Type | Description |
---|---|
Widget |