logicalPpi property

double? logicalPpi
final

{@macro flutter_math_fork.math_options.logicalPpi}

If set to null, the effective logicalPpi will scale with TextStyle.fontSize. You can obtain the default scaled value by MathOptions.defaultLogicalPpiFor.

Will be overruled if options is present.

Implementation

final double? logicalPpi;