added dartdoc comment
This commit is contained in:
parent
4e22a3c07b
commit
cc3a2c2e4f
|
@ -7,6 +7,8 @@ import '../hooks/memo_future.dart';
|
||||||
import '../url_launcher.dart';
|
import '../url_launcher.dart';
|
||||||
import 'bottom_modal.dart';
|
import 'bottom_modal.dart';
|
||||||
|
|
||||||
|
/// Title that opens a dialog with information about Lemmur.
|
||||||
|
/// Licenses, changelog, version etc.
|
||||||
class AboutTile extends HookWidget {
|
class AboutTile extends HookWidget {
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
|
Loading…
Reference in New Issue