flagMhlProperties top-level constant

FlagProperties const flagMhlProperties

Flag properties of country Marshall Islands (MH).

Implementation

const flagMhlProperties = FlagProperties(
  [ColorsProperties(Color(0xff003893))],
  aspectRatio: 19 / 10,
  elementsProperties: [
    CustomElementsProperties(
      Color(0xffffffff),
      otherColors: [Color(0xffDD7500)],
      heightFactor: 0.02,
      widthFactor: 0.2,
    ),
    ElementsProperties(
      Color(0xffffffff),
      shape: Star(points: 4, radiusFactor: 0.08),
      offset: Offset(-0.617, -0.27),
      heightFactor: 0.6,
      angle: 45,
      child: ElementsProperties(
        Color(0xffffffff),
        shape: Star(points: 24, radiusFactor: 0.45),
        angle: 23,
      ),
    ),
  ],
  url:
      "https://wikipedia.org/wiki/File:Flag_of_the_Marshall_Islands_(construction_sheet).svg",
);