toggleCallbackOf static method
Returns the toggle callback if available.
Implementation
static VoidCallback? toggleCallbackOf(BuildContext context) {
return maybeOf(context)?.onToggleCollapse;
}
Returns the toggle callback if available.
static VoidCallback? toggleCallbackOf(BuildContext context) {
return maybeOf(context)?.onToggleCollapse;
}