buildWidget method
Builds the widget for this component.
context The build context.
Returns the widget tree that represents this component visually.
Implementation
@override
Widget buildWidget(BuildContext context) {
return DuckSectionHeaderWidget(
data: DuckSectionHeaderWidgetData.fromComponent(this),
);
}