OnTapCell typedef

OnTapCell = void Function(QueryDocumentSnapshot<Map<String, Object?>> snapshot, Object? value, String propertyName)

Implementation

typedef OnTapCell = void Function(
  QueryDocumentSnapshot<Map<String, Object?>> snapshot,
  Object? value,
  String propertyName,
);