Medal Table
A medal table showing ranking
Samples
Usage Example
MedalTable(
headerDecoration: BoxDecoration(
color: const Color(0xff091442),
borderRadius: BorderRadius.circular(8),
),
firstLabel: "Real Madrid",
secondLabel: "Milan",
thirdLabel: "Liverpool",
labelTitle: "Team",
leadingTitle: "Rank",
valueTitle: "UCL Title",
firstValue: "14",
secondValue: "7",
thirdValue: "6",
textStyle: const TextStyle(
fontSize: 17,
color: Color(0xff091442),
),
headerTextStyle: const TextStyle(
fontSize: 20,
color: Color(0xff6594C0),
),
)
Comments are closed.