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