flagSwzProperties top-level constant

FlagProperties const flagSwzProperties

Flag properties of country Eswatini (SZ).

Implementation

const flagSwzProperties = FlagProperties(
  [
    ColorsProperties(Color(0xff3e5eb9), ratio: 3),
    ColorsProperties(Color(0xffffd900)),
    ColorsProperties(Color(0xffb10c0c), ratio: 8),
    ColorsProperties(Color(0xffffd900)),
    ColorsProperties(Color(0xff3e5eb9), ratio: 3),
  ],
  isSimplified: true,
  elementsProperties: [
    CustomElementsProperties(
      Color(0xffffffff),
      otherColors: [
        Color(0xffffffff),
        Color(0xffa70000),
        Color(0xff333333),
        Color(0xffb3b3b3),
        Color(0xff000000),
      ],
      offset: Offset(1, 0),
      heightFactor: 0.75,
      widthFactor: 0.27,
    ),
    ElementsProperties(
      Color(0xffffffff),
      shape: Rectangle(),
      offset: Offset(0, -0.12),
      heightFactor: 0.01,
      widthFactor: 0.58,
    ),
    ElementsProperties(
      Color(0xffffffff),
      shape: Rectangle(),
      offset: Offset(-0.06, -0.04),
      heightFactor: 0.02,
      widthFactor: 0.62,
    ),
    ElementsProperties(
      Color(0xffffffff),
      shape: Rectangle(),
      offset: Offset(0, 0.05),
      heightFactor: 0.02,
      widthFactor: 0.8,
    ),
    ElementsProperties(
      Color(0xffb3b3b3),
      shape: Ellipse(),
      offset: Offset(0.71, 0.16),
      heightFactor: 0.11,
    ),
    ElementsProperties(
      Color(0xffb3b3b3),
      shape: Ellipse(),
      offset: Offset(-0.71, 0.16),
      heightFactor: 0.11,
    ),
  ],
  url: "https://www.vexilla-mundi.com/swaziland/swaziland_sheet.png",
);