builder property

Widget Function(BuildContext context, bool obscure) builder
final

Builder for text fields.

Display the password when obscure is false.

テキストフィールド用のビルダー。

obscurefalseのときにパスワードを表示します。

Implementation

final Widget Function(BuildContext context, bool obscure) builder;