nyStateSignatureForWidget function
The closure signature part of a state name, without the Closure: prefix.
e.g. MyPage -> () => _MyPageState
Implementation
String nyStateSignatureForWidget(String widgetTypeName) =>
"() => _${widgetTypeName}State";