initialValue property

TValue? initialValue
final

指定初始值

  • 当使用属性键未能找到已注册的绑定属性时,则使用此值创建一个

Implementation

final TValue? initialValue;