MeetBottomSheetStyle class

Constructors

MeetBottomSheetStyle.new({TextStyle titleStyle = const TextStyle(fontWeight: FontWeight.w600, color: Color(0xff181818), fontSize: 14), TextStyle subTitleTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Color(0xff767676), fontSize: 12), Decoration meetLinkDecoration = const BoxDecoration(color: Color(0xffF2F2F2), borderRadius: BorderRadius.all(Radius.circular(6))), Color copyIconColor = const Color(0xff575757), TextStyle meetLinkTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Color(0xff6580CB), fontSize: 12), ScheduleMeetToggleStyle scheduleMeetToggleStyle = const ScheduleMeetToggleStyle(), ButtonStyle? joinMeetingButtonStyle = const ButtonStyle()})
const

Properties

copyIconColor Color
final
hashCode int
The hash code for this object.
no setterinherited
joinMeetingButtonStyle ButtonStyle?
final
meetLinkDecoration Decoration
final
meetLinkTextStyle TextStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleMeetToggleStyle ScheduleMeetToggleStyle
final
subTitleTextStyle TextStyle
final
titleStyle TextStyle
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