texture下,alignment参数设置后,无效
collinNewCode opened this issue · 0 comments
collinNewCode commented
texture下,alignment参数设置后,无效。
PowerImage.network(options.src!,
alignment: Alignment.centerRight,
fit: BoxFit.contain,
width: 250,
height: 250,
imageWidth: options.imageWidth,
imageHeight: options.imageHeight,
renderingType: “texture”);