styleMaxHeight property

  1. @override
double get styleMaxHeight
override

Implementation

@override
double get styleMaxHeight {
  return _flexNodeStyle.maxHeight;
}
  1. @override
set styleMaxHeight (double maxHeight)
override

Implementation

@override
set styleMaxHeight(double maxHeight) {
  _flexNodeStyle.maxHeight = maxHeight;
}