ContextedCallback typedef

ContextedCallback = void Function(BuildContext context)

A callback that receives a BuildContext.

Implementation

typedef ContextedCallback = void Function(BuildContext context);