menu
windowstitlebarcolor package
documentation
windowstitlebarcolor_method_channel.dart
colorToHexString function
colorToHexString function
dark_mode
light_mode
colorToHexString
function
dynamic
colorToHexString
(
Color
color
)
Implementation
colorToHexString(Color color) { return '#FF${color.value.toRadixString(16).substring(2, 8)}'; }
windowstitlebarcolor package
documentation
windowstitlebarcolor_method_channel
colorToHexString function
windowstitlebarcolor_method_channel library