layout_set_flex_properties
Adjust flex properties of a widget, including flex factor and fit type, to control layout behavior in a Flutter app.
Instructions
RPC: Set multiple flex properties of a flex child widget (ext.flutter.inspector.setFlexProperties)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port number where the Flutter app is running (defaults to 8181) | |
| objectId | Yes | ID of the flex child widget | |
| properties | Yes | Flex properties to set |