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