dark static method
Implementation
static LazyDataTheme dark(){
return LazyDataTheme(
intColor: Colors.green,
doubleColor: Colors.green,
nullColor: Colors.grey,
boolColor: Colors.blue,
stringColor: Colors.orange,
keyColor: Colors.white,
quoteColor: Colors.grey,
supportColor: Colors.grey,
fontSize: 15,
iconSize: 16,
indent: 16,
lineColor: Colors.white.withAlpha(150),
backgroundColor: Colors.black);
}