ReportButton constructor

ReportButton(
  1. State<StatefulWidget> state,
  2. Map<String, dynamic> subject,
  3. String reasonType,
  4. String? reason,
)

Implementation

ReportButton(super.state, this.subject, this.reasonType, this.reason);