docs: character themes update

pull/11/head
Allison Ryan 4 years ago
parent f802e592f5
commit f0db7c720d

@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
import 'package:pinball_theme/pinball_theme.dart';
/// {@template android_theme}
/// Class defining Android theme assets and attributes.
/// Defines Android theme assets and attributes.
/// {@endtemplate}
class AndroidTheme extends PinballTheme {
/// {@macro android_theme}

@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
import 'package:pinball_theme/pinball_theme.dart';
/// {@template dash_theme}
/// Class defining Dash theme assets and attributes.
/// Defines Dash theme assets and attributes.
/// {@endtemplate}
class DashTheme extends PinballTheme {
/// {@macro dash_theme}

@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
import 'package:pinball_theme/pinball_theme.dart';
/// {@template dino_theme}
/// Class defining Dino theme assets and attributes.
/// Defines Dino theme assets and attributes.
/// {@endtemplate}
class DinoTheme extends PinballTheme {
/// {@macro dino_theme}

@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
import 'package:pinball_theme/pinball_theme.dart';
/// {@template sparky_theme}
/// Class defining Sparky theme assets and attributes.
/// Defines Sparky theme assets and attributes.
/// {@endtemplate}
class SparkyTheme extends PinballTheme {
/// {@macro sparky_theme}

Loading…
Cancel
Save