BulletSuggestionState constructor

BulletSuggestionState({
  1. bool? listIdSuggested,
  2. bool? nestingLevelSuggested,
  3. TextStyleSuggestionState? textStyleSuggestionState,
})

Implementation

BulletSuggestionState({
  this.listIdSuggested,
  this.nestingLevelSuggested,
  this.textStyleSuggestionState,
});