AdminScreen constructor

const AdminScreen(
  1. {Key key}
)

Implementation

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