AssertionsListWidget constructor

const AssertionsListWidget({
  1. required List<ManifestAssertion> assertions,
  2. Key? key,
  3. TextStyle? sectionTitleStyle,
  4. TextStyle? contentStyle,
})

Creates an instance of AssertionsListWidget.

Implementation

const AssertionsListWidget({
  required this.assertions, super.key,
  this.sectionTitleStyle,
  this.contentStyle,
});