FTCEffectAnimView constructor

FTCEffectAnimView({
  1. FEffectViewControllerCallback? controllerCallback,
  2. Key? viewKey,
})

Implementation

FTCEffectAnimView({this.controllerCallback, Key? viewKey}):super(key: viewKey);