mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-09-07 19:46:06 +00:00
Make title widget const
This commit is contained in:
parent
58940b9a1a
commit
b6bf61c084
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class LicensesScreen extends StatelessWidget {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return SimplePage(
|
||||
title: Text("Licences"),
|
||||
title: const Text("Licences"),
|
||||
scrollable: SimpleScrollable.none,
|
||||
child: ListView.builder(
|
||||
itemCount: allDependencies.length,
|
||||
|
|
Loading…
Add table
Reference in a new issue