FlashlightOnDrawable constructor

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

Implementation

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