selection method

String selection(
  1. String text
)

Applies selection color to text.

Implementation

String selection(String text) => '${theme.selection}$text${theme.reset}';