removeWhere((str){ return str == "Nepal"; }); //go through the loop and match ... child: Column( children: persons.map((personone){ return Container( child: ...
確定! 回上一頁