context property

BuildContext context
final

The context in which the selection UI should appear.

This context must have an Overlay as an ancestor because this object will display the text selection handles in that Overlay.

Implementation

final BuildContext context;