menu
chemical_structural_formula_viewer package
documentation
elements.dart
Atom
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
Atom
copyWith
(
)
Implementation
Atom copyWith() { return Atom(atomLabel, id, x, y, numHgens: numHgens); }
chemical_structural_formula_viewer package
documentation
elements
Atom
copyWith method
Atom class