menu
ews package
documentation
ComplexProperties/AttributedStringCollection.dart
AttributedStringCollection
Add method
Add method
dark_mode
light_mode
Add
method
void
Add
(
AttributedString
attributedString
)
Adds an attributed String to the collection.
Attributed String to be added
Implementation
void Add(AttributedString attributedString) { this.InternalAdd(attributedString); }
ews package
documentation
ComplexProperties/AttributedStringCollection
AttributedStringCollection
Add method
AttributedStringCollection class