draw method

Widget draw()

Implementation

Widget draw() {
  return const Text('View not implemented yet');
}