LocalContactItem constructor

const LocalContactItem({
  1. Size profileImageSize = const Size(35, 35),
  2. TextStyle titleStyle = const TextStyle(fontWeight: FontWeight.w600, color: Color(0xff181818), fontSize: 14),
  3. Color dividerColor = const Color(0xffEBEBEB),
})

Implementation

const LocalContactItem(
    {this.profileImageSize = const Size(35, 35),
    this.titleStyle = const TextStyle(
        fontWeight: FontWeight.w600, color: Color(0xff181818), fontSize: 14),
    this.dividerColor = const Color(0xffEBEBEB)});