ScreenSample constructor

ScreenSample(
  1. String path,
  2. String _viewName
)

Implementation

ScreenSample(
  String path,
  this._viewName,
) : super(path);