ContextedCallback typedef
ContextedCallback =
void Function(BuildContext context)
A callback that receives a BuildContext.
Implementation
typedef ContextedCallback = void Function(BuildContext context);
A callback that receives a BuildContext.
typedef ContextedCallback = void Function(BuildContext context);