SourcePage constructor
const
SourcePage({
- Key? key,
- dynamic loc,
Implementation
const SourcePage({Key? key, this.loc}) : super(key: key);
const SourcePage({Key? key, this.loc}) : super(key: key);