flagHndProperties top-level constant

FlagProperties const flagHndProperties

Flag properties of country Honduras (HN).

Implementation

const flagHndProperties = FlagProperties(
  [
    ColorsProperties(Color(0xff00bce4)),
    ColorsProperties(Color(0xffffffff)),
    ColorsProperties(Color(0xff00bce4)),
  ],
  aspectRatio: 2,
  elementsProperties: [
    ElementsProperties(
      Color(0xff00bce4),
      shape: Star(),
      heightFactor: 4 / 36,
    ),
    ElementsProperties(
      Color(0xff00bce4),
      shape: Star(),
      offset: Offset(-20 / 72, 6 / 36),
      heightFactor: 4 / 36,
    ),
    ElementsProperties(
      Color(0xff00bce4),
      shape: Star(),
      offset: Offset(-20 / 72, -6 / 36),
      heightFactor: 4 / 36,
    ),
    ElementsProperties(
      Color(0xff00bce4),
      shape: Star(),
      offset: Offset(20 / 72, 6 / 36),
      heightFactor: 4 / 36,
    ),
    ElementsProperties(
      Color(0xff00bce4),
      shape: Star(),
      offset: Offset(20 / 72, -6 / 36),
      heightFactor: 4 / 36,
    ),
  ],
  url:
      "https://wikipedia.org/wiki/File:Flag_of_Honduras_(construction_sheet).svg",
);