Open sandrocsimas opened 1 year ago
The only way I found to import ItemSwipeProperties is by importing it directly from src
ItemSwipeProperties
src
import 'package:swipable_stack/src/model/swipe_properties.dart'; SwipableStack( builder: (BuildContext context, ItemSwipeProperties properties) { ... } }
The only way I found to import
ItemSwipeProperties
is by importing it directly fromsrc