onSizeChanged property

ValueChanged<String> onSizeChanged
final

Invoked with the tapped size. Tapping a missing size is treated as a download request — the parent kicks off the resolver.

Implementation

final ValueChanged<String> onSizeChanged;