CConfig class

Constructors

CConfig()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

backgroundColor Color
getter/setter pair
backgroundDarkColor Color
getter/setter pair
black Color
getter/setter pair
cBackgroundColor Color?
getter/setter pair
cDisabledBorderColor Color
getter/setter pair
cEnabledBorderColor Color
getter/setter pair
cFocusedBorderColor Color
getter/setter pair
cMatchingColor Color?
getter/setter pair
cScaffoldBackgroundColor Color?
getter/setter pair
cTextColorOne Color?
getter/setter pair
cTextColorThree Color?
getter/setter pair
cTextColorTwo Color?
getter/setter pair
enableDark bool
启用
getter/setter pair
focusColor Color
着重色
getter/setter pair
grey Color
getter/setter pair
negativeColor Color
getter/setter pair
pColor MaterialColor
getter/setter pair
platformBrightness Brightness?
getter/setter pair
primaryColor Color
getter/setter pair
primaryDarkColor Color
getter/setter pair
red Color
getter/setter pair
redBright Color
getter/setter pair
scaffoldBackgroundColor Color
getter/setter pair
scaffoldBackgroundDarkColor Color
getter/setter pair
textColorOne Color
getter/setter pair
textColorThree Color
getter/setter pair
textColorTwo Color
getter/setter pair
transparent Color
getter/setter pair
white Color
白色
getter/setter pair
whiteGrey PrimarySecondary<Color>
getter/setter pair

Static Methods

getBackground({Brightness? brightness, Color? color, BuildContext? context, bool nullable = false, bool modifyGlobal = false}) Color?
getColor({required Brightness? brightness, required Color light, required Color dark, BuildContext? context, Color? color, bool nullable = false}) Color?
nullable 可为空 color 默认颜色
getMatching({Brightness? brightness, Color? color, BuildContext? context, bool nullable = false, bool modifyGlobal = false}) Color?
比对色
getOne({Brightness? brightness, Color? color, BuildContext? context, bool nullable = false, bool modifyGlobal = false}) Color?
getScaffoldBackground({Brightness? brightness, Color? color, BuildContext? context, bool nullable = false, bool modifyGlobal = false}) Color?
getThree({Brightness? brightness, Color? color, BuildContext? context, bool nullable = false, bool modifyGlobal = false}) Color?
getTwo({Brightness? brightness, Color? color, BuildContext? context, bool nullable = false, bool modifyGlobal = false}) Color?