BuildContextGetter typedef

BuildContextGetter = BuildContext Function()

A function used to obtain the BuildContext of the associated ViewGadget.

Implementation

typedef BuildContextGetter = BuildContext Function();