kItemSubTitle top-level constant

Map<ItemPriority, TextStyle> const kItemSubTitle

Implementation

const kItemSubTitle = {
  ItemPriority.normal: TextStyle(fontSize: 12.0, color: Color(0xff757575)),
  ItemPriority.high: TextStyle(fontSize: 12.0, color: Color(0xffd95b58)),
  ItemPriority.low: TextStyle(fontSize: 12.0, color: Color(0xff3e7e0b)),
  ItemPriority.disabled: TextStyle(fontSize: 12.0, color: Color(0xffbdbdbd)),
};