flagPanProperties top-level constant

FlagProperties const flagPanProperties

Flag properties of country Panama (PA).

Implementation

const flagPanProperties = FlagProperties(
  [
    ColorsProperties(Color(0xffDA121A)),
    ColorsProperties(Color(0xff072357)),
  ],
  elementsProperties: [
    ElementsProperties(
      Color(0xffffffff),
      shape: Rectangle(),
      offset: Offset(-1, -1),
      heightFactor: 1 / 2,
      widthFactor: 1 / 2,
      child: ElementsProperties(
        Color(0xff072357),
        shape: Star(),
        offset: Offset(0, 0.05),
        heightFactor: 2.21 / 4,
      ),
    ),
    ElementsProperties(
      Color(0xffffffff),
      shape: Rectangle(),
      offset: Offset(1, 1),
      heightFactor: 1 / 2,
      widthFactor: 1 / 2,
      child: ElementsProperties(
        Color(0xffDA121A),
        shape: Star(),
        offset: Offset(0, 0.05),
        heightFactor: 2.21 / 4,
      ),
    ),
  ],
  url:
      "https://wikipedia.org/wiki/File:Flag_of_Panama_(construction_sheet).svg",
);