AddParticipantsPageStyle class

Constructors

AddParticipantsPageStyle.new({AppBarTheme appBarTheme = const AppBarTheme(backgroundColor: Color(0xffF2F2F2), shadowColor: Colors.white, surfaceTintColor: Colors.white, titleTextStyle: TextStyle(fontWeight: FontWeight.bold, color: Color(0xff181818), fontSize: 20), iconTheme: IconThemeData(color: Color(0xff181818)), actionsIconTheme: IconThemeData(color: Color(0xff181818))), TabBarTheme tabBarTheme = const TabBarTheme(indicatorColor: AppColor.primaryColor, labelColor: AppColor.primaryColor, unselectedLabelColor: Color(0xff181818)), EditTextFieldStyle searchTextFieldStyle = const EditTextFieldStyle(), TabItemStyle tabItemStyle = const TabItemStyle(), ContactItemStyle contactItemStyle = const ContactItemStyle(), ParticipantItemStyle participantItemStyle = const ParticipantItemStyle(), CopyMeetLinkStyle copyMeetLinkStyle = const CopyMeetLinkStyle(), TextStyle noDataTextStyle = const TextStyle(fontWeight: FontWeight.w600, color: Color(0xff181818), fontSize: 14), Decoration buttonDecoration = const BoxDecoration(color: AppColor.primaryColor, shape: BoxShape.rectangle, borderRadius: BorderRadius.only(topLeft: Radius.circular(2), topRight: Radius.circular(2))), TextStyle buttonTextStyle = const TextStyle(fontWeight: FontWeight.w500, color: Colors.white, fontSize: 14), Color buttonIconColor = Colors.white})
const

Properties

appBarTheme AppBarTheme
final
buttonDecoration Decoration
final
buttonIconColor Color
final
buttonTextStyle TextStyle
final
contactItemStyle ContactItemStyle
final
copyMeetLinkStyle CopyMeetLinkStyle
final
hashCode int
The hash code for this object.
no setterinherited
noDataTextStyle TextStyle
final
participantItemStyle ParticipantItemStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchTextFieldStyle EditTextFieldStyle
final
tabBarTheme TabBarTheme
final
tabItemStyle TabItemStyle
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