TIF_E41202535/lib/presentation/components/dropdown/dropdown_value.dart

14 lines
255 B
Dart

const String initialDataShown = 'CNN';
const String initialCancerDataShown = 'Breast';
List<String> classificationItem = [
'CNN',
'GLCM All + LVQ',
'GLCM PCA + LVQ',
'GLCM regresi + LVQ',
];
List<String> cancerItem = [
'Breast',
'Cervix',
];