of static method
Factory method to create a ReorderableScrollable
instance.
Implementation
static ReorderableScrollable of(
BuildContext context, {
required ScrollController? scrollController,
}) {
_context = context;
_scrollController = scrollController;
return const ReorderableScrollable._();
}