width property

  1. @override
SizeUnit? width
final

The width of the absolutely positioned item.

If null, the width is determined by the content or positioning constraints.

Implementation

@override
final SizeUnit? width;