imageLoading method

DefineMImageModifier imageLoading(
  1. String? value
)

Assets path value.

Implementation

DefineMImageModifier imageLoading(String? value) {
  return this.copyWith(valueImgLoading: value);
}