This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
TextStyle posRes = TextStyle(color: Colors.white, backgroundColor: Colors.red), | |
negRes = TextStyle(color: Colors.black, backgroundColor: Colors.white); | |
String search; | |
final text = ''' | |
Call me Ishmael. Some years ago—never mind how long precisely—having | |
little or no money in my purse, and nothing particular to interest me |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
final text = ''' | |
Call me Ishmael. Some years ago—never mind how long precisely—having | |
little or no money in my purse, and nothing particular to interest me | |
on shore, I thought I would sail about a little and see the watery part | |
of the world. It is a way I have of driving off the spleen and | |
regulating the circulation. Whenever I find myself growing grim about | |
the mouth; whenever it is a damp, drizzly November in my soul; whenever | |
I find myself involuntarily pausing before coffin warehouses, and |