SourcePage constructor

const SourcePage({
  1. Key? key,
  2. dynamic loc,
})

Implementation

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