with1 method
Used to differentiate widget ids, usually used to add the persistent id of an item in a list.
Implementation
AFWidgetID with1(Object? item) {
return with3(item, null, null);
}
Used to differentiate widget ids, usually used to add the persistent id of an item in a list.
AFWidgetID with1(Object? item) {
return with3(item, null, null);
}