DxCircleThemeData class
Constructors
- DxCircleThemeData.new({double? size, Color? color, Color? layerColor, Color? textColor, FontWeight? textFontWeight, double? textFontSize, double? textLineHeight})
-
factory
- DxCircleThemeData.raw({required double size, required Color color, required Color layerColor, required Color textColor, required FontWeight textFontWeight, required double textFontSize, required double textLineHeight})
-
const
Properties
- color → Color
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- layerColor → Color
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → double
-
final
- textColor → Color
-
final
- textFontSize → double
-
final
- textFontWeight → FontWeight
-
final
- textLineHeight → double
-
final
Methods
-
copyWith(
{double? size, Color? color, Color? layerColor, Color? textColor, FontWeight? textFontWeight, double? textFontSize, double? textLineHeight}) → DxCircleThemeData -
merge(
DxCircleThemeData? other) → DxCircleThemeData -
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
Static Methods
-
lerp(
DxCircleThemeData? a, DxCircleThemeData? b, double t) → DxCircleThemeData