error static method

Widget error({
  1. double? width,
  2. double? height,
})

Implementation

static Widget error({
  double? width,
  double? height,
}) =>
    assetImage('ic_load_error',
        height: height, width: width, color: Color(0x8F999999));