fix fix fix
This commit is contained in:
@@ -174,7 +174,8 @@ class FilcColorPickerState extends State<FilcColorPicker> {
|
||||
fontWeight: FontWeight.w600)),
|
||||
backgroundColor: AppColors.of(context).background));
|
||||
},
|
||||
displayThumbColor: widget.displayThumbColor,
|
||||
// displayThumbColor: widget.displayThumbColor,
|
||||
displayThumbColor: true,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -275,7 +275,7 @@ class ThumbPainter extends CustomPainter {
|
||||
if (thumbColor != null) {
|
||||
canvas.drawCircle(
|
||||
Offset(0.0, size.height * 0.4),
|
||||
size.height * (fullThumbColor ? 1.0 : 0.65),
|
||||
size.height * (fullThumbColor ? 1.0 : 0.75),
|
||||
Paint()
|
||||
..color = thumbColor!
|
||||
..style = PaintingStyle.fill);
|
||||
|
||||
Reference in New Issue
Block a user