CallUserTileStyle class

Constructors

CallUserTileStyle.new({BorderRadiusGeometry borderRadius = const BorderRadius.all(Radius.circular(16.6)), Color backgroundColor = const Color(0xff0D2852), int profileImageSize = 50, TextStyle nameTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Colors.white, fontSize: 14), ActionButtonStyle muteActionStyle = const ActionButtonStyle(activeBgColor: Color(0x00000080), activeIconColor: Colors.white), ActionButtonStyle speakingIndicatorStyle = const ActionButtonStyle(activeBgColor: Color(0xff3ABF87), activeIconColor: Colors.white), TextStyle callStatusTextStyle = const TextStyle(fontWeight: FontWeight.w300, color: Colors.white, fontSize: 14)})
const

Properties

backgroundColor Color
final
borderRadius BorderRadiusGeometry
final
callStatusTextStyle TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
muteActionStyle ActionButtonStyle
final
nameTextStyle TextStyle
final
profileImageSize int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speakingIndicatorStyle ActionButtonStyle
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