AndroidTVTextField constructor
const
AndroidTVTextField({
- Key? key,
- required FocusNode focusNode,
- required NativeTextFieldController controller,
- double height = 60,
- bool obscureText = false,
- String? hint,
- int? maxLines = 1,
- bool showPasswordToggle = false,
- Color backgroundColor = Colors.black,
- Color textColor = Colors.white,
- ValueChanged<
String> ? onSubmitted, - Color focuesedBorderColor = Colors.transparent,
- Color unFocuesedBorderColor = Colors.transparent,
- Widget? postFixWidget,
Implementation
const AndroidTVTextField(
{super.key,
required this.focusNode,
required this.controller,
this.height = 60,
this.obscureText = false,
this.hint,
this.maxLines = 1,
this.showPasswordToggle = false,
this.backgroundColor = Colors.black,
this.textColor = Colors.white,
this.onSubmitted,
this.focuesedBorderColor = Colors.transparent,
this.unFocuesedBorderColor = Colors.transparent,
this.postFixWidget});