dt property

double get dt

Design-mode responsive font size

Implementation

double get dt => _safe(
      () => DesignScaleUtils.instance.scaleFont(this),
      fallback: toDouble(),
    );