setShowFlexOverlays method
flexNodeHighlightConfigs
An array of node identifiers and descriptors for the highlight appearance.
Implementation
Future<void> setShowFlexOverlays(
List<FlexNodeHighlightConfig> flexNodeHighlightConfigs) async {
await _client.send('Overlay.setShowFlexOverlays', {
'flexNodeHighlightConfigs': [...flexNodeHighlightConfigs],
});
}