teenNotebook constant

List<Color> const teenNotebook

Implementation

static const List<Color> teenNotebook = [
  Color(0xFF9795f0),
  Color(0xFFfbc8d4)
];