buildTemplate method

  1. @override
FlintWidget buildTemplate()
override

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;
}