configure method
Called by constructor, to configure this component.
Implementation
@override
void configure() {
content!.style.width = '100%';
}
Called by constructor, to configure this component.
@override
void configure() {
content!.style.width = '100%';
}