docs: character themes update

pull/15/head
Allison Ryan 4 years ago committed by alestiago
parent b00c64666f
commit ca6c190ee5

@ -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