adapt RadioClient

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-12 09:54:55 +08:00
parent 920c51100a
commit dc1c33f086

View File

@@ -35,6 +35,9 @@ class RadioWidgetState<T> extends State<RadioWidget<T>> with RadioClient<T> {
@override
bool get tristate => widget.tristate;
@override
bool get enabled => registry != null;
@override
void dispose() {
registry = null;