1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Small text correction (#70)

This commit is contained in:
Jon Tippens
2019-04-24 07:40:48 -07:00
committed by Andrew Brogdon
parent 38a54314c7
commit edd51e019b

View File

@@ -192,7 +192,7 @@ class LocalVeggieProvider {
name: 'Avocado', name: 'Avocado',
imageAssetPath: 'assets/images/avocado.jpg', imageAssetPath: 'assets/images/avocado.jpg',
category: VeggieCategory.stealthFruit, category: VeggieCategory.stealthFruit,
shortDescription: 'One of the oiliest, richest vegetables money can buy.', shortDescription: 'One of the oiliest, richest fruits money can buy.',
accentColor: Color(0x40b0ba59), accentColor: Color(0x40b0ba59),
seasons: [Season.winter, Season.spring, Season.summer], seasons: [Season.winter, Season.spring, Season.summer],
vitaminAPercentage: 0, vitaminAPercentage: 0,