textOverflowMap top-level property

Map<String, TextOverflow> textOverflowMap
final

Implementation

final textOverflowMap = {
  "ellipsis": TextOverflow.ellipsis,
  "clip": TextOverflow.clip,
  "fade": TextOverflow.fade,
  "visible": TextOverflow.visible
};