AFRouteStateShowScreen constructor

const AFRouteStateShowScreen({
  1. required AFScreenID screenId,
  2. required AFUIType kind,
})

Implementation

const AFRouteStateShowScreen({
  required this.screenId,
  required this.kind,
});