fillLightMode property

List<String> get fillLightMode

Returns an array of available fill light options. Options include auto, off, or flash.

Implementation

List<String> get fillLightMode =>
    _fillLightMode?.cast<String>() ?? <String>[];