SignatureInfoWidget constructor

const SignatureInfoWidget({
  1. required Map<String, dynamic>? signatureInfo,
  2. Key? key,
  3. TextStyle? sectionTitleStyle,
  4. TextStyle? contentLabelStyle,
  5. TextStyle? contentStyle,
})

Creates an instance of SignatureInfoWidget.

Implementation

const SignatureInfoWidget({
  required this.signatureInfo, super.key,
  this.sectionTitleStyle,
  this.contentLabelStyle,
  this.contentStyle,
});