horizontalSpace property

SizedBox get horizontalSpace

Returns a SizedBox widget with the width set to this number.

Example: 100.horizontalSpace -> SizedBox(width: 100.0).

Implementation

SizedBox get horizontalSpace => SizedBox(width: toDouble());