placeholder property

Widget get placeholder

Implementation

Widget get placeholder =>
    placeholderWidget ??
    WidgetAppImagePlaceHolder(
      width: width,
      height: height,
      borderRadius: _radius,
    );