Widget spaceAround([num factor = 1]) { return Container( margin: EdgeInsets.all(FludaX.x * factor), child: this, ); }