SingleColorConfig class

Implemented types

Constructors

SingleColorConfig({int? alpha, int? hex, double? opacity, List<int>? rgb, bool? primary, required String name})

Properties

alpha int?
final
hashCode int
The hash code for this object.
no setterinherited
hex int?
final
hexString String
latefinal
name String
final
opacity double?
final
primary bool?
final
rgb List<int>?
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
serialize({String? nameOverride}) String
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

parse({required String name, required YamlMap data}) SingleColorConfig
parseFromHex({required String name, required int data}) SingleColorConfig