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