copyWith() 函数有什么作用?

Amb*_*heb 3 dart flutter

在从bloclibrary网站学习flutter_bloc 时,我不得不使用一个名为. 谁能向我解释一下它到底是做什么的?copyWith()

Sty*_*tyx 5

通常,copyWith()使用覆盖提供的参数创建对象的克隆。