build method

Widget build()

Implementation

Widget build(){
  return SizedBox(
      key: _key,
      width: _width,
      height: _height,
      child: _FlutterClipRenderObjectWidget( _FlutterClipRenderBox( this, _key! ) )
  );
}