filled property

bool? filled
final

是否填充输入框 如果为 "true",装饰的容器将被填充为 fillColor。 默认为 "false", 当 fillColor 不为 null 时默认为 "true".

Implementation

final bool? filled;