textFieldBackground property

Color? textFieldBackground
final

Optional text field background color override.

If null, native defaults are used:

  • iOS: derived from surface with slight opacity
  • Android: currently ignored by the native SDK bridge

Implementation

final Color? textFieldBackground;