context property

BuildContext? context
final

The BuildContext from which the height and width is to be derived

If this is null, the native context of this widget will be used

Implementation

final BuildContext? context;