Skip to main content
Stac SelectableText allows you to build the Flutter SelectableText widget using JSON. To know more about the SelectableText widget in Flutter, refer to the official documentation.

Properties

[!NOTE] textScaleFactor is deprecated. Use textScaler instead. Example migration: textScaler: 1.5 corresponds to TextScaler.linear(1.5).

Example