OngoingCallPageStyle class

Constructors

OngoingCallPageStyle.new({Color actionIconColor = Colors.white, Decoration backgroundDecoration = const BoxDecoration(gradient: LinearGradient(begin: Alignment.topCenter, end: Alignment.bottomCenter, transform: GradientRotation(180), colors: [Color(0xff152134), Color(0xff0D2852), Color(0xff152134)])), TextStyle callerNameTextStyle = const TextStyle(fontWeight: FontWeight.w500, color: Colors.white, fontSize: 12), TextStyle callDurationTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Colors.white, fontSize: 12), TextStyle callStatusTextStyle = const TextStyle(fontWeight: FontWeight.w300, color: Colors.white, fontSize: 14), CallUserTileStyle pinnedCallUserTileStyle = const CallUserTileStyle(profileImageSize: 100, backgroundColor: Color(0xff0D2852), borderRadius: BorderRadius.zero), CallUserTileStyle listCallUserTileStyle = const CallUserTileStyle(profileImageSize: 50, backgroundColor: Color(0xff151F32)), CallUserTileStyle gridCallUserTileStyle = const CallUserTileStyle(profileImageSize: 60, backgroundColor: Color(0xff151F32), borderRadius: BorderRadius.all(Radius.circular(12))), ActionButtonStyle actionButtonsStyle = const ActionButtonStyle(), ButtonStyle disconnectButtonStyle = const ButtonStyle()})
const

Properties

actionButtonsStyle ActionButtonStyle
final
actionIconColor Color
final
backgroundDecoration Decoration
final
callDurationTextStyle TextStyle
final
callerNameTextStyle TextStyle
final
callStatusTextStyle TextStyle
final
disconnectButtonStyle ButtonStyle
final
gridCallUserTileStyle CallUserTileStyle
final
hashCode int
The hash code for this object.
no setterinherited
listCallUserTileStyle CallUserTileStyle
final
pinnedCallUserTileStyle CallUserTileStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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