- Flutter Widget Livebook

SelectableText

A run of selectable text with a single style.

Example

SelectableText(
  'Hello! How are you?',
  textAlign: TextAlign.center,
  style: TextStyle(fontWeight: FontWeight.bold),
)

Related Links

  1. Example
  2. Related Links