buildContext property
Guaranteed to be non-null only when currentStep
is building
,
but it might not necessarily be the nearest BuildContext. Probably should
use a Builder
Widget if you need the most relevant BuildContext.
Implementation
final BuildContext? buildContext;