menu
dart_console3 package
documentation
dc/base.dart
DCColor
DCColor.new const constructor
DCColor.new const constructor
dark_mode
light_mode
DCColor
constructor
const
DCColor
(
int
id
, {
bool
xterm
=
false
,
bool
bright
=
false
,
})
Implementation
const DCColor( this.id, { this.xterm = false, this.bright = false, });
dart_console3 package
documentation
dc/base
DCColor
DCColor.new const constructor
DCColor class