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