AtomObject.fromElementName constructor
AtomObject.fromElementName(
- String elementName,
- Vector3 position
Implementation
AtomObject.fromElementName(String elementName, this.position)
: atom = atoms[elementName] ?? const AtomInfo(Colors.black, 1.0);