PanelyContentPageTheme class

Constructors

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

Properties

backgroundColor Color
final
hashCode int
The hash code for this object.
no setterinherited
headerBackgroundColor Color
final
headerTextStyle TextStyle
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