spacing property

SizedBox get spacing

Implementation

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