group property

AutoSizeGroup? group
final

Synchronizes the size of multiple AutoSizeTexts.

If you want multiple AutoSizeTexts to have the same text size, give all of them the same AutoSizeGroup instance. All of them will have the size of the smallest AutoSizeText

Implementation

final AutoSizeGroup? group;