mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Adds new image assets, card-style list, and new data for the veggies (#38)
This commit is contained in:
@@ -7,8 +7,6 @@ import 'package:flutter/widgets.dart';
|
||||
import 'package:veggieseasons/data/veggie.dart';
|
||||
|
||||
abstract class Styles {
|
||||
static String createHeroTag(Veggie veggie) => 'veggie_hero_${veggie.name}';
|
||||
|
||||
static const headlineText = TextStyle(
|
||||
color: Color.fromRGBO(0, 0, 0, 0.8),
|
||||
fontFamily: 'NotoSans',
|
||||
|
||||
Reference in New Issue
Block a user