horizontalSpace property
Widget
get
horizontalSpace
Creates horizontal space
Implementation
Widget get horizontalSpace => SizedBox(width: toDouble());
Creates horizontal space
Widget get horizontalSpace => SizedBox(width: toDouble());