textHeaderColor property

Color textHeaderColor
getter/setter pair

Implementation

Color backgroundColor = const Color(0xff2c4159),
    componentColor = const Color(0xff2c4159),
    componentTextColor = Colors.white,
    headerColor = const Color(0xff2c4159),
    textHeaderColor = Colors.white,
    titleColor,
    messageColor,
    dateColor = Colors.black54,
    backIconColor = Colors.white,
    searchIconColor = Colors.white,
    backContainerIconColor = const Color(0xff2c4159),
    searchContainerIconColor = const Color(
      0xff2c4159,
    );