of static method

ArsenalTheme of(
  1. BuildContext context
)

Implementation

static ArsenalTheme of(BuildContext context) {
  return Theme.of(context).extension<ArsenalTheme>()!;
}