build method

Widget build(
  1. BuildContext context
)

Implementation

Widget build(BuildContext context) {
  return this._builder(context);
}