Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f6b1aae

Browse files
committed
Sort JsFlutterConfiguration getters alphabetically.
1 parent e4ddd6e commit f6b1aae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/web_ui/lib/src/engine/configuration.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,8 @@ class JsFlutterConfiguration {}
243243
extension JsFlutterConfigurationExtension on JsFlutterConfiguration {
244244
external String? get canvasKitBaseUrl;
245245
external bool? get canvasKitForceCpuOnly;
246-
external bool? get debugShowSemanticsNodes;
247-
248246
external int? get canvasKitMaximumSurfaces;
249-
247+
external bool? get debugShowSemanticsNodes;
250248
external DomElement? get hostElement;
251249
external String? get renderer;
252250
}

0 commit comments

Comments
 (0)