FlagComponent constructor

const FlagComponent({
  1. Key? key,
  2. required NationCodes nation,
  3. double? scale = 1.5,
})

Implementation

const FlagComponent({super.key, required this.nation, this.scale = 1.5});