buildTemplate method
Build the widget template - MUST be implemented by subclasses
Implementation
@override
FlintWidget buildTemplate() {
return this;
}
Build the widget template - MUST be implemented by subclasses
@override
FlintWidget buildTemplate() {
return this;
}