Sc2Screen constructor

const Sc2Screen(
  1. {Key key}
)

Implementation

const Sc2Screen({
  Key key,
}) : super(key: key);