read static method
Read this component's internal state.
Implementation
static bool read(
WriggleContext context,
String? key, [
bool startingValue = false,
]) {
return StatefulComponent.read(context, (
ButtonFormItem,
key,
), startingValue);
}