AtomInfo constructor

const AtomInfo(
  1. Color color,
  2. double radius
)

Implementation

const AtomInfo(this.color, this.radius);