update carton list and editor
This commit is contained in:
@@ -40,7 +40,11 @@ class LocalRadioButtons<T> extends StatelessWidget {
|
||||
callback!(value!);
|
||||
},
|
||||
),
|
||||
Text(e.toString()),
|
||||
Text(e.toString(),
|
||||
style: TextStyle(
|
||||
fontSize: 14,
|
||||
color:
|
||||
e == selectedValue ? primaryColor : Colors.black)),
|
||||
]),
|
||||
)))
|
||||
.toList();
|
||||
|
||||
Reference in New Issue
Block a user