context property
BuildContext
get
context
Implementation
BuildContext get context {
if (holder.state != null) {
return holder.state!.context;
}
raise("widget state has not created");
}
BuildContext get context {
if (holder.state != null) {
return holder.state!.context;
}
raise("widget state has not created");
}