flutter initState中获取context对象
flutter initState中获取context对象,这个时候可以使用this.context。
flutter initState中获取context对象完整实例:
void initState() {
super.initState();
var context=this.context;
this._attrBottomSheet(context);
}
Flutter+Getx仿小米商城项目实战教程:https://www.itying.com/goods-1176.html
更多关于flutter initState中获取context对象的实战系列教程也可以访问 https://www.itying.com/category-92-b0.html