initial property

  1. @override
bool? initial
final

Whether the text is initially obscured. Defaults to true.

Contract

Throws AssertionError if initial and controller are provided.

Implementation

@override
final bool? initial;