flagAtfProperties top-level constant

FlagProperties const flagAtfProperties

Flag properties of country French Southern and Antarctic Lands (TF).

Implementation

const flagAtfProperties = FlagProperties(
  [ColorsProperties(Color(0xff002654))],
  elementsProperties: [
    CustomElementsProperties(
      Color(0xffffffff),
      offset: Offset(0.39, 0.27),
      heightFactor: 0.36,
      widthFactor: 0.25,
    ),
    ElementsProperties(
      Color(0xffffffff),
      shape: Rectangle(aspectRatio: 1.48),
      offset: Offset(-1, -1),
      heightFactor: 0.41,
      child: ElementsProperties(
        Color(0xffED2939),
        shape: Rectangle(aspectRatio: 0.5),
        offset: Offset(0.95, -1),
        heightFactor: 0.97,
      ),
    ),
    ElementsProperties(
      Color(0xff002654),
      shape: Rectangle(aspectRatio: 0.5),
      offset: Offset(-1, -1),
      heightFactor: 0.4,
    ),
    ElementsProperties(
      Color(0xffffffff),
      shape: Star(),
      offset: Offset(0.39, 0.81),
      heightFactor: 0.1,
      child: ElementsProperties(
        Color(0xffffffff),
        shape: Star(),
        offset: Offset(2.3, -1.8),
        heightFactor: 1.1,
        child: ElementsProperties(
          Color(0xffffffff),
          shape: Star(),
          offset: Offset(-4.75, 0.1),
          heightFactor: 1.1,
          child: ElementsProperties(
            Color(0xffffffff),
            shape: Star(),
            offset: Offset(-2, -5.5),
            heightFactor: 1.1,
            child: ElementsProperties(
              Color(0xffffffff),
              shape: Star(),
              offset: Offset(8.9, 0.1),
              heightFactor: 1.1,
            ),
          ),
        ),
      ),
    ),
  ],
  url:
      "https://www.vexilla-mundi.com/french_southern_and_antarctic_lands/french_southern_and_antarctic_lands_sheet.png",
);