constraints property

  1. @override
BoxConstraints constraints
override

The box constraints most recently received from the parent.

Implementation

@override
BoxConstraints get constraints => super.constraints as BoxConstraints;