context property

BuildContext? context
final

BuildContext that can be attached to a ValuableContext

ValuableConsumer passes a BuildContext when it get values through watch method

Implementation

final BuildContext? context;