of static method

KinTheme of(
  1. BuildContext context
)

Implementation

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