constraints property

BoxConstraints? constraints
final

BoxConstraints of the layout this AvatarWidget is within.

If null, then a LayoutBuilder will be constructed to determine these.

Implementation

final BoxConstraints? constraints;