Remove space top and bottom ListTile flutter ... child: Column( children: <Widget>[ ListTile( contentPadding: EdgeInsets.only(left: 0.0, right: 0.0), ...
確定! 回上一頁