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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited