profileRenderObjectLayouts top-level property
Implementation
final profileRenderObjectLayouts = ToggleableServiceExtension<bool>(
extension:
'$flutterExtensionPrefix${RenderingServiceExtensions.profileRenderObjectLayouts.name}',
enabledValue: true,
disabledValue: false,
);