flagBgdProperties top-level constant

FlagProperties const flagBgdProperties

Flag properties of country Bangladesh (BD).

Implementation

const flagBgdProperties = FlagProperties(
  [ColorsProperties(Color(0xff006a4e))],
  aspectRatio: 5 / 3,
  baseElementType: FlagElementsType.ellipse,
  elementsProperties: [
    ElementsProperties(
      Color(0xfff42a41),
      shape: Ellipse(),
      offset: Offset(-0.1, 0),
      heightFactor: 8 / 12,
    ),
  ],
  url:
      "https://wikipedia.org/wiki/File:Flag_of_Bangladesh_(construction_sheet).svg",
);