image property

Widget get image

Implementation

Widget get image => Image.asset(
      _name,
      width: width,
      height: height,
      color: color,
      fit: fit,
    );