List view
Generate a kind of 'Material Design like' swatch. For example:  `Gojek Brand Color [#00aa13]` You can generate your own custom swatch using: ``` MaterialColor gojekSwatch = Colours.swatch('#00aa13'); ``` It will generate a complete material swatch colors: -  `50 [#e0f5e3]` -  `100 [#b2e5b8]` -  `200 [#7fd489]` -  `300 [#4cc45a]` -  `400 [#26b736]` -  `500 [#00aa13]` -  `600 [#00a311]` -  `700 [#00990e]` -  `800 [#00900b]` -  `900 [#007f06]` Inspired by: [colours](https://github.com/salkuadrat/colours)
No due date