backgroundImage property

ImageProvider<Object>? backgroundImage
final

组件背景图片,会覆盖 backgroundColorgradient。详见 ImageProvider

Component background image, overwrites backgroundColor and gradient. See ImageProvider for details

Implementation

final ImageProvider? backgroundImage;