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