flagTklProperties top-level constant

FlagProperties const flagTklProperties

Flag properties of country Tokelau (TK).

Implementation

const flagTklProperties = FlagProperties(
  [ColorsProperties(Color(0xff00247d))],
  aspectRatio: 2,
  elementsProperties: [
    CustomElementsProperties(
      Color(0xfffed100),
      offset: Offset(0.6, 0),
      heightFactor: 0.86,
      widthFactor: 0.94,
    ),
    ElementsProperties(
      Color(0xffffffff),
      shape: Star(),
      offset: Offset(-0.42, -0.405),
      heightFactor: 1 / 12,
      child: ElementsProperties(
        Color(0xffffffff),
        shape: Star(),
        offset: Offset(-5.02, 11.5),
        heightFactor: 1.55,
        child: ElementsProperties(
          Color(0xffffffff),
          shape: Star(),
          offset: Offset(0, -11.3),
          child: ElementsProperties(
            Color(0xffffffff),
            shape: Star(),
            offset: Offset(-4.66, 5),
            heightFactor: 1.1,
          ),
        ),
      ),
    ),
  ],
  url: "https://wikipedia.org/wiki/File:Flag_of_Tokelau.svg",
);