ZegoBeautyPluginUIConfig class
Zego Beauty Plugin UI Config
Constructors
- ZegoBeautyPluginUIConfig({Color? backgroundColor = const Color.fromARGB(230, 9, 17, 28), Color? selectedIconBorderColor = Colors.red, Color? selectedIconDotColor = Colors.red, TextStyle? selectedTextStyle = const TextStyle(color: Colors.white, fontSize: 12), TextStyle? normalTextStyle = const TextStyle(color: Color(0xffC4C4C4), fontSize: 12), TextStyle? sliderTextStyle = const TextStyle(color: Color(0xff1B1A1C), fontSize: 30, fontWeight: FontWeight.w400), Color? sliderActiveTrackColor = Colors.red, Color? sliderInactiveTrackColor = const Color.fromARGB(76, 0, 0, 0), Color? sliderThumbColor = Colors.white, TextStyle? normalHeaderTitleTextStyle = const TextStyle(color: Color(0xffC4C4C4), fontSize: 12), TextStyle? selectHeaderTitleTextStyle = const TextStyle(color: Colors.white, fontSize: 12)})
Properties
- backgroundColor ↔ Color?
-
getter/setter pair
- backIcon ↔ Widget?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- normalHeaderTitleTextStyle ↔ TextStyle?
-
getter/setter pair
- normalTextStyle ↔ TextStyle?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedIconBorderColor ↔ Color?
-
getter/setter pair
- selectedIconDotColor ↔ Color?
-
getter/setter pair
- selectedTextStyle ↔ TextStyle?
-
getter/setter pair
- selectHeaderTitleTextStyle ↔ TextStyle?
-
getter/setter pair
- sliderActiveTrackColor ↔ Color?
-
getter/setter pair
- sliderInactiveTrackColor ↔ Color?
-
getter/setter pair
- sliderTextBackgroundColor ↔ Color?
-
getter/setter pair
- sliderTextStyle ↔ TextStyle?
-
getter/setter pair
- sliderThumbColor ↔ Color?
-
getter/setter pair
- sliderThumbRadius ↔ double?
-
getter/setter pair
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