configure method

  1. @override
void configure()
override

Called by constructor, to configure this component.

Implementation

@override
void configure() {
  content!.style.width = '100%';
}