StacScreen constructor

const StacScreen({
  1. required String screenName,
})

Creates a StacScreen annotation with the given screen name.

Implementation

const StacScreen({required this.screenName});