width property

double? width
final

Width.

If there is only width and no height, you will get a dotted line in the horizontal direction. If there are both width and height, you will get a dotted border.

Implementation

final double? width;