DateElement constructor
DateElement({
- DateElementProperties? dateElementProperties,
- String? dateId,
- Map<
String, SuggestedDateElementProperties> ? suggestedDateElementPropertiesChanges, - List<
String> ? suggestedDeletionIds, - List<
String> ? suggestedInsertionIds, - Map<
String, SuggestedTextStyle> ? suggestedTextStyleChanges, - TextStyle? textStyle,
Implementation
DateElement({
this.dateElementProperties,
this.dateId,
this.suggestedDateElementPropertiesChanges,
this.suggestedDeletionIds,
this.suggestedInsertionIds,
this.suggestedTextStyleChanges,
this.textStyle,
});