Skip to content

Commit

Permalink
Add missing pragma directive. (#6847)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-siva authored Nov 14, 2018
1 parent 0d02877 commit 97b6293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/text.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 97b6293

Please sign in to comment.