flutter_swipable_stack
flutter_swipable_stack copied to clipboard
Can't import ItemSwipeProperties
The only way I found to import ItemSwipeProperties
is by importing it directly from src
import 'package:swipable_stack/src/model/swipe_properties.dart';
SwipableStack(
builder: (BuildContext context, ItemSwipeProperties properties) {
...
}
}