dw property

double get dw

Design-mode responsive width

Implementation

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