with1 method

AFWidgetID with1(
  1. Object? item
)

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);
}