menu
s_dropdown package
documentation
s_dropdown.dart
ReorderFinishedCallback<E> typedef
ReorderFinishedCallback<E> typedef
dark_mode
light_mode
ReorderFinishedCallback<
E
>
typedef
ReorderFinishedCallback
<
E
> =
void Function
(
E
item
,
int
from
,
int
to
,
List
<
E
>
newItems
)
Implementation
typedef ReorderFinishedCallback<E> = void Function( E item, int from, int to, List<E> newItems);
s_dropdown package
documentation
s_dropdown
ReorderFinishedCallback<E> typedef
s_dropdown library