onChanged property

void Function(ContainerQueryData previous, ContainerQueryData current)? onChanged
final

Callback triggered when the calculated tier or size changes.

Implementation

final void Function(ContainerQueryData previous, ContainerQueryData current)?
    onChanged;