onFocusNodeCreated property

void Function(FocusNode)? onFocusNodeCreated
final

Called when the FocusNode of this widget is created.

Implementation

final void Function(FocusNode)? onFocusNodeCreated;