flagRwaProperties top-level constant

FlagProperties const flagRwaProperties

Flag properties of country Rwanda (RW).

Implementation

const flagRwaProperties = FlagProperties(
  [
    ColorsProperties(Color(0xff00a1de), ratio: 130),
    ColorsProperties(Color(0xffFAD201), ratio: 65),
    ColorsProperties(Color(0xff20603d), ratio: 65),
  ],
  baseElementType: FlagElementsType.star,
  elementsProperties: [
    ElementsProperties(
      Color(0xffE5BE01),
      shape: Star(points: 24, radiusFactor: 0.3),
      offset: Offset(0.642, -0.48),
      heightFactor: 40 / 130,
      angle: 22,
      child: ElementsProperties(
        Color(0xff00a1de),
        shape: Ellipse(),
        heightFactor: 1 / 3,
        child: ElementsProperties(
          Color(0xffE5BE01),
          shape: Ellipse(),
          heightFactor: 0.8,
        ),
      ),
    ),
  ],
  url:
      "https://wikipedia.org/wiki/File:Flag_of_Rwanda_(construction_sheet).svg",
);