skip to Main Content

Flutter – Exception: _TypeError type 'Null' is not a subtype of type '(Quote) => dynamic'

I am new to Flutter. I am building an app to display some text and then create a button to remove it. I have the three following dart files- 1. main.dart // ignore_for_file: prefer_const_literals_to_create_immutables, prefer_const_constructors_in_immutables, use_key_in_widget_constructors import 'package:flutter/material.dart'; import 'quote.dart';…

VIEW QUESTION
Back To Top
Search