added textfield clear to enterid in theme menu

This commit is contained in:
Kima 2023-10-15 13:18:25 +02:00
parent d188cefc07
commit 8e629ef596

View File

@ -262,6 +262,7 @@ class _FilcColorPickerState extends State<FilcColorPicker> {
if (theme != null) { if (theme != null) {
widget.onThemeIdProvided(theme); widget.onThemeIdProvided(theme);
idController.clear();
} else { } else {
ScaffoldMessenger.of(context).showSnackBar( ScaffoldMessenger.of(context).showSnackBar(
CustomSnackBar( CustomSnackBar(