PullLastButtonEvent constructor

const PullLastButtonEvent({
  1. Key? key,
  2. required bool isPullingOut,
})

Implementation

const PullLastButtonEvent({this.key, required this.isPullingOut});