CreateGroupPageStyle class

Constructors

CreateGroupPageStyle.new({AppBarTheme appbarTheme = const AppBarTheme(backgroundColor: Color(0xffF2F2F2), centerTitle: true, 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))), TextStyle actionTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Color(0xff181818), fontSize: 18), Size profileImageSize = const Size(144, 144), IconStyle cameraIconStyle = const IconStyle(iconColor: Colors.white, bgColor: Color(0xff2C2C2C), borderColor: Colors.white), EditTextFieldStyle nameTextFieldStyle = const EditTextFieldStyle(titleStyle: TextStyle(fontWeight: FontWeight.normal, color: Color(0xff181818)), editTextHintStyle: TextStyle(fontWeight: FontWeight.w600, color: Color(0xff181818), fontSize: 14), editTextStyle: TextStyle(fontWeight: FontWeight.w600, color: Colors.black, fontSize: 16)), Color emojiColor = Colors.black, TextStyle counterTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Color(0xff181818), fontSize: 14)})
const

Properties

actionTextStyle TextStyle
final
appbarTheme AppBarTheme
final
cameraIconStyle IconStyle
final
counterTextStyle TextStyle
final
emojiColor Color
final
hashCode int
The hash code for this object.
no setterinherited
nameTextFieldStyle EditTextFieldStyle
final
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