AssertionsListWidget constructor
const
AssertionsListWidget({
- required List<
ManifestAssertion> assertions, - Key? key,
- TextStyle? sectionTitleStyle,
- TextStyle? contentStyle,
Creates an instance of AssertionsListWidget.
Implementation
const AssertionsListWidget({
required this.assertions, super.key,
this.sectionTitleStyle,
this.contentStyle,
});