Widget mb(double value) { return Container( margin: EdgeInsets.only(bottom: value), child: this, ); }