FuCustomTheme class

Constructors

FuCustomTheme({Color border1 = const Color(0xffeeeeee), Color border2 = const Color(0xffe6e6e6), Color bgLayer1 = const Color(0xfff0f0f0), Color bgLayer2 = const Color(0xfffefefe), Color disabledColor = const Color(0xffdcc7ff), Color onDisabled = const Color(0xffffffff), Color colorWarning = const Color(0xffffc837), Color colorInfo = const Color(0xffff784b), Color colorSuccess = const Color(0xff3cd278), Color shadowColor = const Color(0xff1f1f1f), Color onInfo = const Color(0xffffffff), Color onWarning = const Color(0xffffffff), Color onSuccess = const Color(0xffffffff), Color colorError = const Color(0xfff0323c), Color onError = const Color(0xffffffff), Color lightBlack = const Color(0xffa7a7a7), Color red = const Color(0xffFF0000), Color green = const Color(0xff008000), Color yellow = const Color(0xfffff44f), Color orange = const Color(0xffFFA500), Color blue = const Color(0xff0000ff), Color purple = const Color(0xff800080), Color pink = const Color(0xffFFC0CB), Color brown = const Color(0xffA52A2A), Color withe = const Color(0xffeeeeee), Color blueToWithe = const Color(0xff0000ff), Color blackToWithe = const Color(0xFF1C1C22)})

Properties

bgLayer1 Color
final
bgLayer2 Color
final
blackToWithe Color
final
blue Color
final
blueToWithe Color
final
border1 Color
final
border2 Color
final
brown Color
final
colorError Color
final
colorInfo Color
final
colorSuccess Color
final
colorWarning Color
final
disabledColor Color
final
green Color
final
hashCode int
The hash code for this object.
no setterinherited
lightBlack Color
final
onDisabled Color
final
onError Color
final
onInfo Color
final
onSuccess Color
final
onWarning Color
final
orange Color
final
pink Color
final
purple Color
final
red Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowColor Color
final
withe Color
final
yellow 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

Static Properties

darkCustomAppTheme FuCustomTheme
getter/setter pair
defaultThemeType FuCustomThemeType
getter/setter pair
lightCustomAppTheme FuCustomTheme
getter/setter pair

Static Methods

getCustomAppTheme({FuCustomThemeType? themeType}) FuCustomTheme