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