menu
termui package
documentation
ui/widgets/interactive/inkwell_button.dart
InkwellButton
onFocusChange property
onFocusChange property
dark_mode
light_mode
onFocusChange
property
void Function
(
bool
)
?
onFocusChange
final
Called when the focus state of the button changes.
Implementation
final void Function(bool)? onFocusChange;
termui package
documentation
ui/widgets/interactive/inkwell_button
InkwellButton
onFocusChange property
InkwellButton class