onDslSize property

(dynamic Function(double width, double height)?) onDslSize
final

当 DSL 生成成功后回调 DSL 尺寸

Implementation

final Function(double width, double height)? onDslSize;