Constructors
-
RawThemeData({Color primary = const Color(0xff409EFF), Color secondary = const Color(0xff409EFF), Color success = const Color(0xff67C23A), Color info = const Color(0xff909399), Color warning = const Color(0xffE6A23C), Color error = const Color(0xffF56C6C), Color bgColor = const Color.fromRGBO(250, 250, 250, 1.0), Color borderColor = const Color.fromRGBO(208, 208, 208, 1.0)})
-
const
-
RawThemeData.dark({Color primary = const Color(0xff409EFF), Color secondary = const Color(0xff0164c6), Color success = const Color(0xff67C23A), Color info = const Color(0xff909399), Color warning = const Color(0xffE6A23C), Color error = const Color(0xffF56C6C), Color bgColor = const Color.fromRGBO(43, 43, 43, 1.0), Color borderColor = const Color.fromRGBO(172, 172, 172, 1.0)})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited