FlagComponent constructor
const
FlagComponent({
- Key? key,
- required NationCodes nation,
- double? scale = 1.5,
Implementation
const FlagComponent({super.key, required this.nation, this.scale = 1.5});