width property

int? width
final

The width to give the child, in terminal character cells.

If null, the child's width is left unconstrained.

Implementation

final int? width;