CallAgainPageStyle class

Constructors

CallAgainPageStyle.new({Decoration backgroundDecoration = const BoxDecoration(color: Color(0xff0E274E)), TextStyle callStatusTextStyle = const TextStyle(fontWeight: FontWeight.w300, color: Color(0xffDEDEDE), fontSize: 14), TextStyle callerNameTextStyle = const TextStyle(fontWeight: FontWeight.w500, color: Colors.white, fontSize: 18), Size profileImageSize = const Size(105, 105), Decoration bottomActionsContainerDecoration = const BoxDecoration(color: Color(0xff162337)), TextStyle bottomActionsContainerTextStyle = const TextStyle(fontWeight: FontWeight.w300, color: Colors.white, fontSize: 14), ActionButtonStyle cancelActionStyle = const ActionButtonStyle(activeIconColor: Color(0xff303030), activeBgColor: Colors.white), ActionButtonStyle callAgainActionStyle = const ActionButtonStyle(activeIconColor: Colors.white, activeBgColor: Color(0xff2FC076)), TextStyle actionsTitleStyle = const TextStyle(fontWeight: FontWeight.w300, color: Colors.white, fontSize: 12)})
const

Properties

actionsTitleStyle TextStyle
final
backgroundDecoration Decoration
final
bottomActionsContainerDecoration Decoration
final
bottomActionsContainerTextStyle TextStyle
final
callAgainActionStyle ActionButtonStyle
final
callerNameTextStyle TextStyle
final
callStatusTextStyle TextStyle
final
cancelActionStyle ActionButtonStyle
final
hashCode int
The hash code for this object.
no setterinherited
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