configure method

  1. @override
void configure()

Called by constructor, to configure this component.

Implementation

@override
void configure() {
  content!.id = id;
}