deserialize method
Deserializes the FML template elements, attributes and children
Implementation
@override
void deserialize(XmlElement xml) {
// deserialize
super.deserialize(xml);
// properties
backgroundcolor = Xml.get(node: xml, tag: 'backgroundcolor');
}