itemSubmitted method

void itemSubmitted(
  1. T? data
)

Implementation

void itemSubmitted(T? data) => widget._itemSubmitted(data);