paragraphSpacingOverride property

double? get paragraphSpacingOverride

The system-suggested amount of additional space (in logical pixels) to add following each paragraph in text.

This value takes precedence over any text paragraph spacing specified at the application level.

Returns null when no override has been set by the system.

If this value changes, onMetricsChanged will be called.

Implementation

double? get paragraphSpacingOverride => _configuration.paragraphSpacingOverride;