FadeToBlackExecuteCommand constructor

const FadeToBlackExecuteCommand({
  1. required int meIndex,
  2. required bool onAir,
})

Implementation

const FadeToBlackExecuteCommand({required this.meIndex, required this.onAir});