SettingsPageStyle class

Constructors

SettingsPageStyle.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))), ListItemStyle listItemStyle = const ListItemStyle(titleTextStyle: TextStyle(fontWeight: FontWeight.w600, color: Color(0xff181818), fontSize: 15), leadingIconColor: Color(0xff181818), trailingIconColor: Color(0xff767676), dividerColor: Color(0xffEBEBEB))})
const

Properties

appBarTheme AppBarTheme
final
hashCode int
The hash code for this object.
no setterinherited
listItemStyle ListItemStyle
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