dw property
double
get
dw
Design-mode responsive width
Implementation
double get dw => _safe(
() => DesignScaleUtils.instance.scaleWidth(this),
fallback: toDouble(),
);
Design-mode responsive width
double get dw => _safe(
() => DesignScaleUtils.instance.scaleWidth(this),
fallback: toDouble(),
);