icon property
Implementation
IconData get icon => switch (this) {
FlashMode.off => Icons.flash_off,
FlashMode.auto => Icons.flash_auto,
FlashMode.always => Icons.flash_on,
FlashMode.torch => Icons.highlight,
};
IconData get icon => switch (this) {
FlashMode.off => Icons.flash_off,
FlashMode.auto => Icons.flash_auto,
FlashMode.always => Icons.flash_on,
FlashMode.torch => Icons.highlight,
};