BorderProperty.onlyThickness constructor

const BorderProperty.onlyThickness(
  1. double borderThickness
)

只设置边框的厚度,颜色取默认值

Implementation

const BorderProperty.onlyThickness(this.borderThickness) : color = const BorderColor.def();