mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +08:00
@@ -433,7 +433,6 @@ class _SendDanmakuPanelState extends CommonTextPubPageState<SendDanmakuPanel> {
|
||||
contentPadding: const EdgeInsets.symmetric(vertical: 16),
|
||||
title: const Text('Color Picker'),
|
||||
content: SlideColorPicker(
|
||||
showResetBtn: false,
|
||||
color: _color.value,
|
||||
callback: (Color? color) {
|
||||
if (color != null) {
|
||||
|
||||
Reference in New Issue
Block a user