flagJeyProperties top-level constant

FlagProperties const flagJeyProperties

Flag properties of country Jersey (JE).

Implementation

const flagJeyProperties = FlagProperties(
  [ColorsProperties(Color(0xffffffff))],
  aspectRatio: 5 / 3,
  isSimplified: true,
  elementsProperties: [
    CustomElementsProperties(
      Color(0xffcf142b),
      otherColors: [
        Color(0xff377bc8),
        Color(0xffffd700),
        Color(0xffffd700),
        Color(0xffcf142b),
        Color(0xffcf142b),
        Color(0xff000000),
        Color(0xffcf142b),
      ],
      offset: Offset(0, -0.55),
      heightFactor: 0.25,
      widthFactor: 0.1,
    ),
    ElementsProperties(
      Color(0xffcf142b),
      shape: DiagonalLine(),
      heightFactor: 0.11,
    ),
    ElementsProperties(
      Color(0xffcf142b),
      shape: DiagonalLine(isTopRightToBottomLeft: false),
      heightFactor: 0.11,
    ),
  ],
  url: "https://www.vexilla-mundi.com/jersey/jersey_sheet.png",
);