FlashlightOffDrawable constructor

const FlashlightOffDrawable({
  1. Key? key,
  2. Color color = Colors.white,
})

Implementation

const FlashlightOffDrawable({
  Key? key,
  this.color = Colors.white,
}) : super(key: key);