configure method
Called by constructor, to configure this component.
Implementation
@override
void configure() {
var content = this.content!;
content.style.textAlign = 'center';
_disableTransitions(content);
}
Called by constructor, to configure this component.
@override
void configure() {
var content = this.content!;
content.style.textAlign = 'center';
_disableTransitions(content);
}