XfdnSettings class

Constructors

XfdnSettings.new({Color primaryColor = const Color(0xff1bb17a), Color backgroundColor = const Color(0xFFfafafa), Color successColor = const Color(0xFF4CAF50), Color textColor = const Color(0xFF000000), Color borderColor = const Color(0xFFDEE2E6), double cardRadius = 6, double paddingDefault = 16})

Properties

backgroundColor Color
final
borderColor Color
final
cardRadius double
final
hashCode int
The hash code for this object.
no setterinherited
paddingDefault double
final
primaryColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successColor Color
final
textColor Color
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