menu
termparser package
documentation
termparser_events.dart
ColorQueryEvent
ColorQueryEvent const constructor
ColorQueryEvent const constructor
dark_mode
light_mode
ColorQueryEvent
constructor
const
ColorQueryEvent
(
int
r
,
int
g
,
int
b
)
Constructs a new instance of
ColorQueryEvent
.
Implementation
const ColorQueryEvent(this.r, this.g, this.b);
termparser package
documentation
termparser_events
ColorQueryEvent
ColorQueryEvent const constructor
ColorQueryEvent class