ProfileViewStyle class

Constructors

ProfileViewStyle.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))), 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.normal, color: Color(0xff959595), fontSize: 16), editTextStyle: TextStyle(fontWeight: FontWeight.w600, color: Colors.black, fontSize: 16)), EditTextFieldStyle emailTextFieldStyle = const EditTextFieldStyle(titleStyle: TextStyle(fontWeight: FontWeight.normal, color: Color(0xff181818)), editTextHintStyle: TextStyle(fontWeight: FontWeight.normal, color: Color(0xff959595), fontSize: 13), editTextStyle: TextStyle(fontWeight: FontWeight.normal, color: Color(0xff767676), fontSize: 13)), EditTextFieldStyle mobileTextFieldStyle = const EditTextFieldStyle(titleStyle: TextStyle(fontWeight: FontWeight.normal, color: Color(0xff181818)), editTextHintStyle: TextStyle(fontWeight: FontWeight.normal, color: Color(0xff959595), fontSize: 13), editTextStyle: TextStyle(fontWeight: FontWeight.normal, color: Color(0xff767676), fontSize: 13)), EditTextFieldStyle statusTextFieldStyle = const EditTextFieldStyle(titleStyle: TextStyle(fontWeight: FontWeight.normal, color: Color(0xff181818)), editTextHintStyle: TextStyle(fontWeight: FontWeight.normal, color: Color(0xff959595), fontSize: 13), editTextStyle: TextStyle(fontWeight: FontWeight.normal, color: Color(0xff767676), fontSize: 13)), ButtonStyle buttonStyle = const ButtonStyle(), CardTheme bottomSheetCardTheme = const CardTheme(shape: RoundedRectangleBorder(borderRadius: BorderRadius.only(topLeft: Radius.circular(30), topRight: Radius.circular(30)))), TextStyle optionStyle = const TextStyle(), TextStyle optionsTextStyle = const TextStyle(fontWeight: FontWeight.bold, color: Color(0xff767676), fontSize: 14)})
const

Properties

appBarTheme AppBarTheme
final
bottomSheetCardTheme CardTheme
final
buttonStyle ButtonStyle
final
cameraIconStyle IconStyle
final
emailTextFieldStyle EditTextFieldStyle
final
hashCode int
The hash code for this object.
no setterinherited
mobileTextFieldStyle EditTextFieldStyle
final
nameTextFieldStyle EditTextFieldStyle
final
optionsTextStyle TextStyle
final
optionStyle TextStyle
final
profileImageSize Size
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusTextFieldStyle 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