DateElement constructor

DateElement({
  1. DateElementProperties? dateElementProperties,
  2. String? dateId,
  3. Map<String, SuggestedDateElementProperties>? suggestedDateElementPropertiesChanges,
  4. List<String>? suggestedDeletionIds,
  5. List<String>? suggestedInsertionIds,
  6. Map<String, SuggestedTextStyle>? suggestedTextStyleChanges,
  7. TextStyle? textStyle,
})

Implementation

DateElement({
  this.dateElementProperties,
  this.dateId,
  this.suggestedDateElementPropertiesChanges,
  this.suggestedDeletionIds,
  this.suggestedInsertionIds,
  this.suggestedTextStyleChanges,
  this.textStyle,
});