fix: update description

pull/245/head
arturplaczek 3 years ago
parent be06affeb4
commit 1081b46ae5

@ -2,10 +2,10 @@ import 'package:app_ui/gen/gen.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
/// {@template dialog_background} /// {@template dialog_background}
/// A card with image background. /// A dialog decoration with pixel looking background.
/// ///
/// Requires the header [Widget] and body [Widget], which are displayed on the /// Requires the header [Widget] and body [Widget], which are displayed on the
/// card. /// decoration.
/// {@endtemplate} /// {@endtemplate}
class DialogDecoration extends StatelessWidget { class DialogDecoration extends StatelessWidget {
/// {@macro dialog_background} /// {@macro dialog_background}

Loading…
Cancel
Save