SimpleCell.createComponentCell constructor

SimpleCell.createComponentCell(
  1. Component comp
)

Implementation

SimpleCell.createComponentCell(Component comp) : super('SimpleCell') {
  nodeRoot = comp.nodeRoot;
}