flagIrnProperties top-level constant

FlagProperties const flagIrnProperties

Flag properties of country Iran (IR).

Implementation

const flagIrnProperties = FlagProperties(
  [
    ColorsProperties(Color(0xff239f40)),
    ColorsProperties(Color(0xffffffff)),
    ColorsProperties(Color(0xffda0000)),
  ],
  aspectRatio: 7 / 4,
  isSimplified: null,
  elementsProperties: [
    CustomElementsProperties(
      Color(0xffda0000),
      offset: Offset(-0.01, 0.025),
      heightFactor: 0.22,
      widthFactor: 0.17,
    ),
    ElementsProperties(
      Color.fromARGB(100, 255, 255, 255),
      shape: Rectangle(),
      offset: Offset(0, -0.4),
      heightFactor: 0.1,
      widthFactor: 0.98,
    ),
    ElementsProperties(
      Color.fromARGB(100, 255, 255, 255),
      shape: Rectangle(),
      offset: Offset(0, 0.4),
      heightFactor: 0.1,
      widthFactor: 0.98,
    ),
  ],
  url: "https://www.crwflags.com/fotw/images/i/ir'.gif",
);