MediaSentPreviewPageStyle class

Constructors

MediaSentPreviewPageStyle.new({AppBarTheme appBarTheme = const AppBarTheme(backgroundColor: Colors.black, shadowColor: Colors.black, surfaceTintColor: Colors.black, titleTextStyle: TextStyle(fontWeight: FontWeight.bold, color: Colors.white, fontSize: 20), elevation: 0, iconTheme: IconThemeData(color: Colors.white), actionsIconTheme: IconThemeData(color: Colors.white)), ChatUserAppBarStyle chatUserAppBarStyle = const ChatUserAppBarStyle(profileImageSize: Size(35, 35)), Color scaffoldBackgroundColor = Colors.black, Color iconColor = Colors.white, EditTextFieldStyle textFieldStyle = const EditTextFieldStyle(editTextStyle: TextStyle(fontWeight: FontWeight.normal, color: Colors.white, fontSize: 15), editTextHintStyle: TextStyle(fontWeight: FontWeight.normal, color: Color(0xff7f7f7f), fontSize: 15)), FloatingActionButtonThemeData sentIcon = const FloatingActionButtonThemeData(backgroundColor: AppColor.primaryColor, foregroundColor: Colors.white, elevation: 12, iconSize: 21, shape: CircleBorder()), TextStyle nameTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Color(0xff7f7f7f), fontSize: 13)})
const

Properties

appBarTheme AppBarTheme
final
chatUserAppBarStyle ChatUserAppBarStyle
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color
final
nameTextStyle TextStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaffoldBackgroundColor Color
final
sentIcon FloatingActionButtonThemeData
final
textFieldStyle EditTextFieldStyle
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