flutter_swipable_stack icon indicating copy to clipboard operation
flutter_swipable_stack copied to clipboard

Can't import ItemSwipeProperties

Open sandrocsimas opened this issue 1 year 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) {
    ...
  }
}

sandrocsimas avatar Jun 08 '23 18:06 sandrocsimas