DebugFriendTheme class

Constructors

DebugFriendTheme({Color primaryColor = Colors.purple, Color backgroundColor = const Color(0xFF1E1F28), Color cardColor = const Color(0xFF2A2C36), Color lightCardColor = const Color(0xFF3C3E4E), TextStyle bodyText = const TextStyle(color: Colors.white, fontSize: 16), TextStyle headerStyle = const TextStyle(color: Colors.white, fontSize: 18, fontWeight: FontWeight.w600), TextStyle subtitleText = const TextStyle(color: Colors.white, fontSize: 13, fontWeight: FontWeight.w400)})
const
DebugFriendTheme.fromFlutterTheme(BuildContext context)
factory

Properties

backgroundColor Color
final
bodyText TextStyle
final
cardColor Color
final
hashCode int
The hash code for this object.
no setterinherited
headerStyle TextStyle
final
lightCardColor Color
final
primaryColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitleText TextStyle
final

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