gridScheme method
Returns the grid scheme for the active theme, using BuildContext to access the correct widget tree context.
Implementation
@override
OudsGridScheme gridScheme(BuildContext context) {
return OudsGridScheme.fromContext(context: context, gridTokens: gridSemanticTokens);
}