import 'package:flutter/material.dart'; class RemoteControlListState{ final TextEditingController searchController = TextEditingController(); }