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