contexts property

List<BuildContext?> contexts
final

上下文 需要构建完第一帧才能获取

Implementation

final List<BuildContext?> contexts = []..length = 1;