flagMacProperties top-level constant

FlagProperties const flagMacProperties

Flag properties of country Macau (MO).

Implementation

const flagMacProperties = FlagProperties(
  [ColorsProperties(Color(0xff067662))],
  isSimplified: true,
  elementsProperties: [
    CustomElementsProperties(
      Color(0xffffffff),
      offset: Offset(-0.1, 0),
      heightFactor: 0.45,
      widthFactor: 0.8,
    ),
    ElementsProperties(
      Color(0xffFFDF1E),
      shape: Star(),
      offset: Offset(0, 0.26),
      heightFactor: 0.24,
      child: ElementsProperties(
        Color(0xffFFDF1E),
        shape: Star(),
        offset: Offset(2.6, 0.95),
        heightFactor: 0.7,
        angle: 36,
        child: ElementsProperties(
          Color(0xffFFDF1E),
          shape: Star(),
          offset: Offset(-8.2, 0.1),
          heightFactor: 1.1,
          angle: -36,
          child: ElementsProperties(
            Color(0xffFFDF1E),
            shape: Star(),
            offset: Offset(-2.4, 3.1),
            heightFactor: 1.18,
            angle: 8,
            child: ElementsProperties(
              Color(0xffFFDF1E),
              shape: Star(),
              offset: Offset(12.2, 0.1),
              heightFactor: 1.1,
              angle: -8,
            ),
          ),
        ),
      ),
    ),
  ],
  url: "https://wikipedia.org/wiki/File:Flag_of_Macau.svg",
);