menu
fluttery_framework package
documentation
view.dart
CustomRaisedButton
onFocusChange property
onFocusChange property
dark_mode
light_mode
onFocusChange
property
ValueChanged
<
bool
>
?
onFocusChange
final
Optional. Called when the focus changes.
Implementation
final ValueChanged<bool>? onFocusChange;
fluttery_framework package
documentation
view
CustomRaisedButton
onFocusChange property
CustomRaisedButton class