material3 static method

LatexTheme material3(
  1. BuildContext context
)

Implementation

static LatexTheme material3(BuildContext context) {
  return material3Scheme(Theme.of(context).colorScheme);
}