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