onLayout property

AntdOnLayout? onLayout
final

布局完成回调(当组件获取到最终尺寸和位置时触发) 参数包含视图的尺寸和全局位置信息

Implementation

final AntdOnLayout? onLayout;