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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited