enabled property

bool? enabled
final

输入框是否禁用;如果为false,则输入框会被禁用,禁用状态不接收输入和手势事件,同时显示禁用态样式(在其decoration中定义)。

Implementation

final bool? enabled;