FrontView constructor

const FrontView({
  1. Key? key,
  2. required AgentScreenState screenState,
})

Implementation

const FrontView({
  super.key,
  required this.screenState,
});