menu
tencent_im_base package
documentation
theme/color.dart
hexToColor function
hexToColor function
dark_mode
light_mode
hexToColor
function
Color
hexToColor
(
String
hexString
)
Implementation
Color hexToColor(String hexString) { return Color(int.parse(hexString, radix: 16)).withAlpha(255); }
tencent_im_base package
documentation
theme/color
hexToColor function
color library