From 97b62938bdec2d98ea4c5c14ed2bd43dc8d2a8fa Mon Sep 17 00:00:00 2001 From: Siva Date: Tue, 13 Nov 2018 16:18:17 -0800 Subject: [PATCH] Add missing pragma directive. (#6847) --- lib/ui/text.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ui/text.dart b/lib/ui/text.dart index be0465b04..965558506 100644 --- a/lib/ui/text.dart +++ b/lib/ui/text.dart @@ -752,6 +752,7 @@ enum TextDirection { /// A rectangle enclosing a run of text. /// /// This is similar to [Rect] but includes an inherent [TextDirection]. +@pragma('vm:entry-point') class TextBox { /// Creates an object that describes a box containing text. const TextBox.fromLTRBD( -- GitLab