flutter_swipable_stack icon indicating copy to clipboard operation
flutter_swipable_stack copied to clipboard

Can't import ItemSwipeProperties

Open sandrosimas opened this issue 2 years ago • 0 comments

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) {
    ...
  }
}

sandrosimas avatar Jun 08 '23 18:06 sandrosimas