constraints property
override
The box constraints most recently received from the parent.
Implementation
@override
BoxConstraints get constraints => super.constraints;
The box constraints most recently received from the parent.
@override
BoxConstraints get constraints => super.constraints;