switcherBuilder property

(Widget Function(BuildContext context, bool obscure, VoidCallback onSwitch)?) switcherBuilder
final

Builder for password visualization toggle switch.

Display the password when obscure is false.

Calling onSwitch inverts the value of obscure.

パスワード可視化のトグルスイッチのためのビルダー。

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

onSwitchを呼び出すと、obscureの値が反転します。

Implementation

final Widget Function(
        BuildContext context, bool obscure, VoidCallback onSwitch)?
    switcherBuilder;