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