FrontView constructor
const
FrontView({
- Key? key,
- required AgentScreenState screenState,
Implementation
const FrontView({
super.key,
required this.screenState,
});