Untitled

 avatar
unknown
plain_text
2 years ago
1.1 kB
5
Indexable
  List<CricketModel> playerList = [
    CricketModel(
      image: profile,
      title: "D Karthik",
      subTitle: "RCB-WK",
      setBy: "65.55%",
      points: "126",
    ),
    CricketModel(
      image: profile,
      title: "Jos Buttier",
      subTitle: "RR-WK",
      setBy: "90.50%",
      points: "210",
    ),
    CricketModel(
      image: profile,
      title: "F plessic",
      subTitle: "RCB-BAT",
      setBy: "72.55%",
      points: "145",
    ),
    CricketModel(
      image: profile,
      title: "W Hasaranga",
      subTitle: "RCB-ALL",
      setBy: "80.10%",
      points: "100",
    ),
    CricketModel(
        image: profile,
        title: "s Hetmyer",
        subTitle: "RR-BAT",
        setBy: "65.99%",
        points: "90"),
    CricketModel(
      image: profile,
      title: "J Hazlewood",
      subTitle: "RCB-BOWL",
      setBy: "90.55%",
      points: "212",
    ),
    CricketModel(
      image: profile,
      title: "Du Plessic",
      subTitle: "RCB-BAT",
      setBy: "72.10%",
      points: "145",
    ),
  ];
Editor is loading...