buildTemplate method
Build the widget template - MUST be implemented by subclasses
Implementation
@override
FlintWidget buildTemplate() {
// For images, we return self since we're a leaf widget
return this;
}
Build the widget template - MUST be implemented by subclasses
@override
FlintWidget buildTemplate() {
// For images, we return self since we're a leaf widget
return this;
}