init static method

void init({
  1. required Widget child,
})

Implementation

static void init({required Widget child}) {
  _customChild = child;
}