AtomicTheme class

Provide colors to customize Transact.

Constructors

AtomicTheme({String? brandColor, String? overlayColor, bool? dark})

Properties

brandColor String?
Accepts valid values for use with the color CSS property. For example: #FF0000 or rgb(255, 0, 0). This property will mostly be applied to buttons.
final
dark bool?
Change the overall theme to be dark mode.
final
hashCode int
The hash code for this object.
no setterinherited
overlayColor String?
Accepts valid values for use with the background-color CSS property. For example: #FF0000 or rgb(255, 0, 0). This property will change the overlay background color. This overlay is mainly only seen when Transact is used on a Desktop.
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
toJson() Map<String, dynamic>
Returns a JSON object representation.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited