PanelyButtonsTheme class

Constructors

PanelyButtonsTheme({Color primaryBackgroundColor = const Color(0xFFD32F2F), Color secondaryBackgroundColor = const Color(0xFF131314), Color disabledButtonColor = const Color(0xFF484842), TextStyle textStyle = const TextStyle(fontFamily: "Poppins", fontSize: 14, color: Colors.white), TextStyle disabledButtonTextStyle = const TextStyle(fontFamily: "Poppins", fontSize: 14, color: Colors.grey)})
const

Properties

disabledButtonColor Color
final
disabledButtonTextStyle TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
primaryBackgroundColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryBackgroundColor Color
final
textStyle 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