ZegoCallButtonUIConfig class

Constructors

ZegoCallButtonUIConfig({bool visible = true, Size? size, Widget? icon, Size? iconSize, TextStyle? textStyle})

Properties

hashCode int
The hash code for this object.
no setterinherited
icon Widget?
Customize the icon through icon
getter/setter pair
iconSize Size?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size?
getter/setter pair
textStyle TextStyle?
getter/setter pair
visible bool
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.
override

Operators

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