PanelKitPageTheme constructor
const
PanelKitPageTheme({})
Implementation
const PanelKitPageTheme({
this.backgroundColor = const Color(0xFF131314),
this.headerBackgroundColor = const Color(0xFF1B1B18),
this.headerTextStyle = const TextStyle(fontFamily: "Poppins", fontSize: 26, fontWeight: FontWeight.w500, color: Colors.white),
});