FlickTogglePlayAction constructor

const FlickTogglePlayAction({
  1. Key? key,
  2. Widget? child,
  3. HitTestBehavior behavior = HitTestBehavior.opaque,
  4. Function? togglePlay,
})

Implementation

const FlickTogglePlayAction(
    {Key? key,
    this.child,
    this.behavior = HitTestBehavior.opaque,
    this.togglePlay})
    : super(key: key);