lib/main.dart:113:28: Error: The argument type 'Object' can't be assigned to the parameter type 'BuildContext'.
- 'Object' is from 'dart:core'.
- 'BuildContext' is from 'package:flutter/src/widgets/framework.dart'
('/C:/Flutter%20Dev/flutter/packages/flutter/lib/src/widgets/framework.dart').
Navigator.push(context, MaterialPageRoute(builder: (context) {