@override double get styleWidth { return _flexNodeStyle.width; }
@override set styleWidth(double width) { _flexNodeStyle.width = width; }