ofStyle method
Get style config
Implementation
StyleHook ofStyle(BuildContext context) {
return StyleProvider.of(context)?.style ?? (_style ??= InternalStyle());
}
Get style config
StyleHook ofStyle(BuildContext context) {
return StyleProvider.of(context)?.style ?? (_style ??= InternalStyle());
}