It can't change its data (state) over time. Since Flutter is declarative, a UI has to rebuild on state change. But StatelessWidget can't trigger ...
確定! 回上一頁