You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a kind of preview of the element, would it be possible to customize it? For example, to simply have "nothing" (as if opacity = 0) and have it render like the official widget for reordering (I don't use it for other reasons)?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
today the drop area looks like this
Widget spacing = _draggingWidget == null ? SizedBox.fromSize(size: _dropAreaSize) : Opacity(opacity: 0.2, child: _draggingWidget);
We have a kind of preview of the element, would it be possible to customize it? For example, to simply have "nothing" (as if opacity = 0) and have it render like the official widget for reordering (I don't use it for other reasons)?
Thanks
The text was updated successfully, but these errors were encountered: