menu
flutter_utilsx package
documentation
orintation.dart
KeyboardObserver
KeyboardObserver.new constructor
KeyboardObserver.new constructor
dark_mode
light_mode
KeyboardObserver
constructor
KeyboardObserver
(
{
required
void
onShow
(
bool
value
),
required
void
onHide
(
bool
value
),
})
Implementation
KeyboardObserver({required this.onShow, required this.onHide});
flutter_utilsx package
documentation
orintation
KeyboardObserver
KeyboardObserver.new constructor
KeyboardObserver class