ContextCallback typedef
ContextCallback =
void Function(BuildContext innerContext)
The type of a function which receives a build context as its only argument.
Implementation
typedef ContextCallback = void Function(BuildContext innerContext);