width property

double? width
final

if not specified, then it defaults to BoxConstraints.maxWidth which can be double.infinity

Implementation

final double? width;