Results 13 comments of wml

@LongCatIsLooong Hello, thanks for reply. In order to achieve my purpose, now i use `SwitchListTile.adaptive` like this: ``` SwitchListTile.adaptive( ... activeColor: Theme.of(context).accentColor, ), ```

@WaylanPunch @leoleohan 确实有这个问题,Google了一下,还是没弄明白。比如i < 2,为啥刷新的时候notifyItemRemoved无效,但是刚进入页面的时候notifyItemRemoved有效的 :|