ofStyle method

StyleHook ofStyle(
  1. BuildContext context
)

Get style config

Implementation

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