forked from firka/student-legacy
added textfield clear to enterid in theme menu
This commit is contained in:
parent
d188cefc07
commit
8e629ef596
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user