avatarBoxConstraints property

BoxConstraints? avatarBoxConstraints
final

Constraints to be enforced on the avatar's box.

If null, the avatar will occupy the minimum necessary space.

Implementation

final BoxConstraints? avatarBoxConstraints;