1
2
3
4
5
6
7
8
9
10 | Page {
header: PageHeader {
title: "Colors"
StyleHints {
foregroundColor: UbuntuColors.orange
backgroundColor: "black"
dividerColor: UbuntuColors.darkGrey
}
}
}
|