createWidget<T> function

T createWidget<T>(
  1. T callBack()
)

Implementation

T createWidget<T>(T Function() callBack) => callBack.call();