Function zng::data_context::extend_data_note_colors
source ยท pub fn extend_data_note_colors(
child: impl UiNode,
colors: impl IntoVar<HashMap<DataNoteLevel, LightDark>>,
) -> impl UiNode
Expand description
P
Extend the data note level colors, the colors
extend the parent colors, only entries of the same level are replaced.
The colors will be used directly as text color.
This property sets the DATA_NOTE_COLORS_VAR
.