Aidra Driver
1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
biometric_type_enum.dart
Go to the documentation of this file.
1
import
'package:fluentui_system_icons/fluentui_system_icons.dart';
2
import
'package:flutter/material.dart';
3
4
enum
SupportedBiometricType
{
5
face
,
6
fingerprint;
7
8
IconData
get
icon
{
9
switch
(
this
) {
10
case
SupportedBiometricType
.face:
11
return
FluentIcons.eye_tracking_16_regular;
12
case
SupportedBiometricType
.fingerprint:
13
return
FluentIcons.fingerprint_16_regular;
14
}
15
}
16
}
SupportedBiometricType
SupportedBiometricType
Definition
biometric_type_enum.dart:4
icon
@ icon
Definition
biometric_type_enum.dart:8
face
@ face
Definition
biometric_type_enum.dart:5
get
String get(String locale)
lib
core
common
enums
biometric_type_enum.dart
Generated by
1.16.1