width property

double? width
final

width is a double value that determines the width of the placeholder if width is not specified, then the width will be in formular width = random(width/2) + width/2

Implementation

final double? width;