DevConsoleTheme class

开发控制台主题配置

Constructors

DevConsoleTheme.new({Color primaryColor = Colors.greenAccent, Color backgroundColor = const Color(0xF01E1E1E), Color textColor = Colors.white})
创建一个开发控制台主题

Properties

backgroundColor Color
背景色
final
hashCode int
The hash code for this object.
no setterinherited
primaryColor Color
主色调
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color
文本颜色
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited