flagNicProperties top-level constant

FlagProperties const flagNicProperties

Flag properties of country Nicaragua (NI).

Implementation

const flagNicProperties = FlagProperties(
  [
    ColorsProperties(Color(0xff0067c6)),
    ColorsProperties(Color(0xffffffff)),
    ColorsProperties(Color(0xff0067c6)),
  ],
  aspectRatio: 5 / 3,
  baseElementType: FlagElementsType.ellipse,
  isSimplified: null,
  elementsProperties: [
    ElementsProperties(
      Color(0xffc8a400),
      shape: Ellipse(),
      heightFactor: 18 / 60,
      child: ElementsProperties(
        Color(0xffffffff),
        shape: Ellipse(),
        heightFactor: 0.9,
        child: ElementsProperties(
          Color(0xffffffff),
          shape: Star(points: 3, radiusFactor: 0.5),
          heightFactor: 1.25,
          child: ElementsProperties(
            Color(0xffc8a400),
            shape: Triangle(),
            offset: Offset(0.1, 0.85),
            heightFactor: 0.8,
            widthFactor: 0.8,
            angle: 270,
            child: ElementsProperties(
              Color(0xff17c0eb),
              shape: Triangle(),
              offset: Offset(0.1, 0.87),
              heightFactor: 0.8,
              widthFactor: 0.8,
              angle: 270,
              child: ElementsProperties(
                Color(0xffff0000),
                shape: Ellipse(),
                offset: Offset(0, 0.06),
                heightFactor: 0.1,
              ),
            ),
          ),
        ),
      ),
    ),
  ],
  url: "https://www.vexilla-mundi.com/nicaragua/nicaragua_sheet.png",
);