buildTemplate method
Since FlintImage is a leaf widget (it cannot contain child widgets), this method simply returns itself.
Implementation
@override
FlintWidget buildTemplate() => this;
Since FlintImage is a leaf widget (it cannot contain child widgets), this method simply returns itself.
@override
FlintWidget buildTemplate() => this;