LunaGao / flag_flutter

flag icons
https://pub.dev/packages/flag
BSD 2-Clause "Simplified" License
63 stars 60 forks source link

Const #75

Open Taron133 opened 2 years ago

Taron133 commented 2 years ago

How i can do it with const for more perfomance my system?

child: const Flag.fromCode(
  FlagsCode.KI,
  height: 100,
),