static analysis fix
This commit is contained in:
parent
4612d2f4fd
commit
7a66df5e37
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class _ErrorThumbnailState extends State<ErrorThumbnail> {
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
final color = Colors.blueGrey;
|
const color = Colors.blueGrey;
|
||||||
return FutureBuilder<bool>(
|
return FutureBuilder<bool>(
|
||||||
future: _exists,
|
future: _exists,
|
||||||
builder: (context, snapshot) {
|
builder: (context, snapshot) {
|
||||||
|
|
Loading…
Reference in a new issue