of static method

SimutilTheme of(
  1. BuildContext context
)

Implementation

static SimutilTheme of(BuildContext context) =>
    SimutilTheme._(TuiTheme.of(context));