JoinCallPreviewPageStyle class

Constructors

JoinCallPreviewPageStyle.new({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: 15), Size profileImageSize = const Size(105, 105), ActionButtonStyle actionButtonsStyle = const ActionButtonStyle(), ButtonStyle joinCallButtonStyle = const ButtonStyle()})
const

Properties

actionButtonsStyle ActionButtonStyle
final
backgroundDecoration Decoration
final
callerNameTextStyle TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
joinCallButtonStyle ButtonStyle
final
profileImageSize Size
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