menu
Flutter
services
TextInputConfiguration
readOnly property
readOnly
brightness_4
brightness_5
description
readOnly
property
bool
readOnly
final
Whether the text field can be edited or not.
Defaults to false.
Implementation
final bool readOnly;
Flutter
services
TextInputConfiguration
readOnly property
TextInputConfiguration class