buildContent method

  1. @override
Widget buildContent(
  1. BuildContext context
)

Builds the widget for this section content.

Implementation

@override
Widget buildContent(BuildContext context) {
  return _BannerSectionWidget(
      text: TextSpan(text: text),
      background: background,
      border: border,
      icon: icon);
}