mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add missing pragma directive. (#6847)
This commit is contained in:
parent
0d0287780e
commit
97b62938bd
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user