spacing property

dynamic spacing

Implementation

SizedBox get spacing => SizedBox(
      width: toDouble(),
      height: toDouble(),
    );