setElementKey method
(en) Sets the key for this element.
(ja) この要素にキーを設定します。
Implementation
void setElementKey(Key? key) {
spwmlParams.p.containerParams!.key = key;
}
(en) Sets the key for this element.
(ja) この要素にキーを設定します。
void setElementKey(Key? key) {
spwmlParams.p.containerParams!.key = key;
}