list_item.dart 140 Bytes EditWeb IDE 1 2 3 4 import 'package:flutter/material.dart'; // The base class for the different types of items the list can contain. abstract class ListItem {}