onDebugFillProperties function
Registers a callback to be called when the widget's properties are being filled for debugging.
Implementation
void onDebugFillProperties(
void Function(DiagnosticPropertiesBuilder properties) callback) =>
_lifeContext.onDebugFillProperties(callback);