merge property

bool merge
final

if true (the default), we inherit the ancestor ChainedTextScaler.sourceScaler.

This allows to stack multiple AdaptiveTextScale widgets and only applying the last scaler.

If MediaQueryData.textScaler carries not a ChainedTextScaler or merge is false, the MediaQueryData.textScaler is chained.

Implementation

final bool merge;