ScrollKeyboardHandler constructor
Implementation
const ScrollKeyboardHandler({
required this.scrollController,
required this.child,
this.scrollUpEnabled,
this.scrollDownEnabled,
this.reversed = false,
super.key,
});
const ScrollKeyboardHandler({
required this.scrollController,
required this.child,
this.scrollUpEnabled,
this.scrollDownEnabled,
this.reversed = false,
super.key,
});