menu
chemical_structural_formula_viewer package
documentation
elements.dart
Atom
Atom.new constructor
Atom.new constructor
dark_mode
light_mode
Atom
constructor
Atom
(
String
atomLabel
,
int
id
,
double
x
,
double
y
, {
int
numHgens
=
0
,
int
fontSize
=
10
,
})
Implementation
Atom(this.atomLabel, this.id, this.x, this.y, {this.numHgens = 0, this.fontSize = 10});
chemical_structural_formula_viewer package
documentation
elements
Atom
Atom.new constructor
Atom class