call method
Returns the stored value, ignoring all parameters.
This method signature matches ButtonStatePropertyDelegate for compatibility,
but the context, states, and value parameters are unused.
Implementation
T call(BuildContext context, Set<WidgetState> states, T value) {
return this.value;
}