menu
antd_flutter_mobile package
documentation
components/widgets/scrollable.dart
AntdOnScrollEdge typedef
AntdOnScrollEdge typedef
dark_mode
light_mode
AntdOnScrollEdge
typedef
AntdOnScrollEdge
=
Future
<
void
>
Function
(
double
offset
,
bool
isUp
)
Implementation
typedef AntdOnScrollEdge = Future<void> Function(double offset, bool isUp);
antd_flutter_mobile package
documentation
components/widgets/scrollable
AntdOnScrollEdge typedef
scrollable library