constraints property
final
BoxConstraints of the layout this AvatarWidget is within.
If null
, then a LayoutBuilder will be constructed to determine these.
Implementation
final BoxConstraints? constraints;
BoxConstraints of the layout this AvatarWidget is within.
If null
, then a LayoutBuilder will be constructed to determine these.
final BoxConstraints? constraints;