HorizontalRule constructor

HorizontalRule({
  1. List<String>? suggestedDeletionIds,
  2. List<String>? suggestedInsertionIds,
  3. Map<String, SuggestedTextStyle>? suggestedTextStyleChanges,
  4. TextStyle? textStyle,
})

Implementation

HorizontalRule({
  this.suggestedDeletionIds,
  this.suggestedInsertionIds,
  this.suggestedTextStyleChanges,
  this.textStyle,
});