DocumentItemStyle constructor
const
DocumentItemStyle({
- TextStyle titleTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Color(0xff181818), fontSize: 12),
- TextStyle sizeTextStyle = const TextStyle(fontWeight: FontWeight.w300, color: Color(0xff757575), fontSize: 10),
- TextStyle dateTextStyle = const TextStyle(fontWeight: FontWeight.w300, color: Color(0xff757575), fontSize: 10),
- Color dividerColor = const Color(0xffFAFAFA),
Implementation
const DocumentItemStyle(
{this.titleTextStyle = const TextStyle(
fontWeight: FontWeight.normal,
color: Color(0xff181818),
fontSize: 12),
this.sizeTextStyle = const TextStyle(
fontWeight: FontWeight.w300, color: Color(0xff757575), fontSize: 10),
this.dateTextStyle = const TextStyle(
fontWeight: FontWeight.w300, color: Color(0xff757575), fontSize: 10),
this.dividerColor = const Color(0xffFAFAFA)});