build method

  1. @override
ReactElement build([
  1. dynamic children
])
override

Returns a new component with this builder's props and the specified children.

Implementation

@override
ReactElement build([dynamic children]) =>
    throw UnimplementedError('@PropsMixin instances do not implement build');