SourceRow constructor

const SourceRow({
  1. Key? key,
  2. StoryViewer? viewer,
  3. String? source,
})

Implementation

const SourceRow({Key? key, this.viewer, this.source}) : super(key: key);