menu
xwidgets_pack package
documentation
widgets/x_button.dart
XButton
onFocusChange property
onFocusChange property
dark_mode
light_mode
onFocusChange
property
ValueChanged
<
bool
>
?
onFocusChange
final
Called when the button gains or loses focus.
Implementation
final ValueChanged<bool>? onFocusChange;
xwidgets_pack package
documentation
widgets/x_button
XButton
onFocusChange property
XButton class