fix carton
This commit is contained in:
@@ -43,7 +43,7 @@ class _CustomerListState extends State<CustomerList> {
|
||||
actions: <Widget>[
|
||||
IconButton(
|
||||
icon: Icon(Icons.search, color: Colors.white),
|
||||
onPressed: () => searchUser(context, callbackUserSelect: (u) {
|
||||
onPressed: () => searchUser(context, onUserSelect: (u) {
|
||||
_select(u);
|
||||
})),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user