of static method

Ui of(
  1. BuildContext context
)

Implementation

static Ui of(BuildContext context) {
  return Ui(context);
}