toWidget method

Widget toWidget({
  1. Key? key,
})
inherited

Implementation

flutter.Widget toWidget({Key? key}) {
  throw FlutterError('UnKnown node types for widget conversion');
}