imagePlaceHolder property

Widget Function(double aspectRatio, {double? width})? imagePlaceHolder
getter/setter pair

设置图片加载中的占位图 aspectRatio 图片宽高比 width 图片宽度

Implementation

Widget Function(double aspectRatio, {double? width})? imagePlaceHolder;