build method

Widget build(
  1. BuildContext context
)

Implementation

Widget build(BuildContext context) {
  return builder(context, component);
}