maskAllText property

  1. @experimental
bool maskAllText
getter/setter pair

Mask all text content. Draws a rectangle of text bounds with text color on top. Currently, only Text and EditableText Widgets are masked. Default is enabled.

Implementation

@experimental
var maskAllText = true;