build static method

Widget build(
  1. Map tree, {
  2. BuildContext? context,
})

Implementation

static Widget build(Map tree, {BuildContext? context}) {
  return ServerSideRendering.process(tree);
}