flagLsoProperties top-level constant

FlagProperties const flagLsoProperties

Flag properties of country Lesotho (LS).

Implementation

const flagLsoProperties = FlagProperties(
  [
    ColorsProperties(Color(0xff00209f), ratio: 75),
    ColorsProperties(Color(0xffffffff), ratio: 100),
    ColorsProperties(Color(0xff009543), ratio: 75),
  ],
  elementsProperties: [
    CustomElementsProperties(
      Color(0xff000000),
      otherColors: [Color(0xffffffff)],
      offset: Offset(0, 0.01),
      heightFactor: 0.37,
      widthFactor: 0.27,
      angle: 270,
    ),
  ],
  url:
      "https://wikipedia.org/wiki/File:Flag_of_Lesotho_(construction_sheet).svg",
);