ArchivedTileStyle constructor

const ArchivedTileStyle({
  1. TextStyle textStyle = const TextStyle(fontWeight: FontWeight.w600, color: Color(0xff181818), fontSize: 14),
  2. TextStyle countTextStyle = const TextStyle(fontWeight: FontWeight.w600, color: Color(0xff4879F9), fontSize: 12),
})

Implementation

const ArchivedTileStyle(
    {this.textStyle = const TextStyle(
        fontWeight: FontWeight.w600, color: Color(0xff181818), fontSize: 14),
    this.countTextStyle = const TextStyle(
        fontWeight: FontWeight.w600,
        color: Color(0xff4879F9),
        fontSize: 12)});