file static method

Widget file()

Implementation

static Widget file() => assetImage(
      'ic_file',
      width: 22.w,
      height: 28.h,
    );