From c1ac838519b9b5416d484e7cf35a18d53589e1bb Mon Sep 17 00:00:00 2001 From: asiva Date: Tue, 13 Nov 2018 16:06:12 -0800 Subject: [PATCH] Add missing pragma directive. --- lib/ui/text.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ui/text.dart b/lib/ui/text.dart index be0465b048bf5..9655585061974 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(