SourceRow constructor
const
SourceRow({
- Key? key,
- StoryViewer? viewer,
- String? source,
Implementation
const SourceRow({Key? key, this.viewer, this.source}) : super(key: key);