FadeToBlackCommand constructor

const FadeToBlackCommand({
  1. required int meIndex,
  2. int? rate,
})

Implementation

const FadeToBlackCommand({required this.meIndex, this.rate});