menu
yuka package
documentation
partitioning/cell.dart
Cell
add method
add method
dark_mode
light_mode
add
method
Cell
add
(
dynamic
entry
)
Adds an entry to this cell.
Implementation
Cell add( entry ) { entries.add( entry ); return this; }
yuka package
documentation
partitioning/cell
Cell
add method
Cell class