FXSwitcher constructor

FXSwitcher({
  1. required int activeEffect,
  2. FXChangeCallback? callback,
})

Implementation

FXSwitcher({required this.activeEffect, this.callback});