From 53eb1062547f2b29e9d9d73006560248bad8bfcd Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Mon, 12 Feb 2024 09:21:34 -0800 Subject: [PATCH] Make final. --- lib/ui/painting.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/painting.dart b/lib/ui/painting.dart index 0ae3597dddcfc..a2757b7359ce8 100644 --- a/lib/ui/painting.dart +++ b/lib/ui/painting.dart @@ -1087,7 +1087,7 @@ enum Clip { /// /// Most APIs on [Canvas] take a [Paint] object to describe the style /// to use for that operation. -class Paint { +final class Paint { /// Constructs an empty [Paint] object with all fields initialized to /// their defaults. Paint();