Widget padVertical([num factor = 1]) { return Padding( padding: EdgeInsets.symmetric(vertical: FludaX.x * factor), child: this, ); }