Atom constructor

Atom(
  1. String atomLabel,
  2. int id,
  3. double x,
  4. double y, {
  5. int numHgens = 0,
  6. int fontSize = 10,
})

Implementation

Atom(this.atomLabel, this.id, this.x, this.y,
    {this.numHgens = 0, this.fontSize = 10});