SizeSuggestionState constructor

SizeSuggestionState({
  1. bool? heightSuggested,
  2. bool? widthSuggested,
})

Implementation

SizeSuggestionState({this.heightSuggested, this.widthSuggested});