FPSJankFlash constructor

const FPSJankFlash({
  1. Key? key,
  2. Color? flashColor = const Color(0x00ff0000),
})

Implementation

const FPSJankFlash({
  super.key,
  this.flashColor = const Color(0x00ff0000),
});