defalutWidget property

Widget get defalutWidget

默认色块,没有背景图时显示

Implementation

Widget get defalutWidget => Container(
    color:
        SilImageInfo.placeholderImgColor ?? Color.fromRGBO(239, 241, 243, 1));