widget method

Widget widget()

Implementation

Widget widget() {
  final w = _buildFn(ctx);

  return story._decorator?.decorate(w) ?? w;
}