profileRenderObjectLayouts top-level property

ToggleableServiceExtension<bool> profileRenderObjectLayouts
final

Implementation

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