add static method

Widget add()

Implementation

static Widget add() => assetImage(
      "ic_add",
      width: 24.h,
      height: 24.h,
      color: Color(0xFF333333),
    );