Delegate OrientationWidgetBuilder
Namespace: Unity.UIWidgets.widgets
Syntax
public delegate Widget OrientationWidgetBuilder(BuildContext context, Orientation orientation);
Parameters
Type | Name | Description |
---|---|---|
BuildContext | context | |
Orientation | orientation |
Returns
Type | Description |
---|---|
Widget |