flagTlsProperties top-level constant

FlagProperties const flagTlsProperties

Flag properties of country Timor-Leste (TL).

Implementation

const flagTlsProperties = FlagProperties(
  [ColorsProperties(Color(0xffcb000f))],
  aspectRatio: 2,
  baseElementType: FlagElementsType.triangle,
  elementsProperties: [
    ElementsProperties(
      Color(0xfff8c00c),
      shape: Triangle(),
      offset: Offset(-1, -1),
      widthFactor: 1 / 2,
      child: ElementsProperties(
        Color(0xff000000),
        shape: Triangle(),
        offset: Offset(-1, -1),
        widthFactor: 12 / 18,
        child: ElementsProperties(
          Color(0xffffffff),
          shape: Star(),
          offset: Offset(-1 / 3, 0),
          heightFactor: 0.32,
          angle: -24,
        ),
      ),
    ),
  ],
  url:
      "https://wikipedia.org/wiki/File:Flag_of_Timor-Leste_(construction_sheet).svg",
);