CSDocsColorsConfiguration class

Constructors

CSDocsColorsConfiguration({required Color primary, required Color secondary, required Color tertiary, required Color paragraph, required Color title, required Color background})

Properties

background Color
final
hashCode int
The hash code for this object.
no setterinherited
paragraph Color
final
primary Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondary Color
final
tertiary Color
final
title Color
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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