flagLcaProperties top-level constant

FlagProperties const flagLcaProperties

Flag properties of country Saint Lucia (LC).

Implementation

const flagLcaProperties = FlagProperties(
  [ColorsProperties(Color(0xff65cfff))],
  aspectRatio: 2,
  baseElementType: FlagElementsType.rectangle,
  elementsProperties: [
    ElementsProperties(
      Color(0x0065cfff),
      shape: Rectangle(),
      offset: Offset(0, 4.5),
      heightFactor: 0.82,
      widthFactor: 1 / 3,
      child: ElementsProperties(
        Color(0xffffffff),
        shape: Triangle(),
        angle: 270,
        child: ElementsProperties(
          Color(0xff000000),
          shape: Triangle(),
          offset: Offset(0.0666, 1),
          heightFactor: 0.87,
          widthFactor: 0.87,
          angle: 270,
          child: ElementsProperties(
            Color(0xffffce00),
            shape: Triangle(),
            offset: Offset(-0.08, 1),
            heightFactor: 0.57,
            widthFactor: 1.155,
            angle: 270,
          ),
        ),
      ),
    ),
  ],
  url:
      "https://wikipedia.org/wiki/File:Flag_of_Saint_Lucia_(construction_sheet).svg",
);