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
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return SimplePage(
|
return SimplePage(
|
||||||
title: Text("Licences"),
|
title: const Text("Licences"),
|
||||||
scrollable: SimpleScrollable.none,
|
scrollable: SimpleScrollable.none,
|
||||||
child: ListView.builder(
|
child: ListView.builder(
|
||||||
itemCount: allDependencies.length,
|
itemCount: allDependencies.length,
|
||||||
|
|
Loading…
Add table
Reference in a new issue