effectiveSize property

double get effectiveSize

获取有效尺寸 (32-64范围内)

Implementation

double get effectiveSize => size.clamp(32.0, 64.0);