onRemChange top-level property

Stream<double> onRemChange
final

A Stream of changes to the root font size (rem) value.

Stream data is the latest value, in pixels.

Implementation

final Stream<double> onRemChange = _remChange.stream;