📅  最后修改于: 2022-03-11 14:56:39.249000             🧑  作者: Mango
if you are using a statless widget then you cannot.
if you are using a statfull widget then you can use the
@override
void initState() {
// TODO: implement initState
super.initState();
}