Raised button not working #55712 Joja81 opened this issue Apr 27, 2020· 5 comments Comments Joja81 commented Apr 27, 2020 import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; class Todo { final String title; final String description; Todo(this.title, this.des...