build number
This commit is contained in:
@@ -276,7 +276,18 @@ class _IgelListState extends ConsumerState<IgelListScreen> {
|
||||
final df = DateFormat('dd.MM.yyyy');
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: const Text('Meine Igel'),
|
||||
title: const Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
Text('Meine Igel'),
|
||||
SizedBox(height: 2),
|
||||
Text(
|
||||
'Build $kBuildNumber',
|
||||
style: TextStyle(fontSize: 12, color: Colors.black54),
|
||||
),
|
||||
],
|
||||
),
|
||||
actions: [
|
||||
IconButton(
|
||||
tooltip: 'CSV importieren…',
|
||||
|
||||
Reference in New Issue
Block a user