CpxStyle class

Constructors

CpxStyle({String text = "Cpx Research", int textSize = 20, String textColor = "#ffffff", String bgColor = "#ffaf20", bool roundedCorners = true})

Properties

bgColor String
final
hashCode int
The hash code for this object.
no setterinherited
roundedCorners bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final
textColor String
final
textSize int
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