getImage method

CSSBackgroundImage? getImage(
  1. int idx
)

Implementation

CSSBackgroundImage? getImage(int idx) => hasImages ? _images![idx] : null;