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'; import 'package:pinball_theme/pinball_theme.dart';
/// {@template android_theme} /// {@template android_theme}
/// Class defining Android theme assets and attributes. /// Defines Android theme assets and attributes.
/// {@endtemplate} /// {@endtemplate}
class AndroidTheme extends PinballTheme { class AndroidTheme extends PinballTheme {
/// {@macro android_theme} /// {@macro android_theme}

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

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

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

Loading…
Cancel
Save