mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-02-23 11:35:26 +00:00
dart fix --apply --code=prefer_const_constructors_in_immutables
This commit is contained in:
parent
4359b4783c
commit
dd43eee436
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class RenderedConfigScreen extends StatelessWidget {
|
||||||
final String config;
|
final String config;
|
||||||
final String name;
|
final String name;
|
||||||
|
|
||||||
RenderedConfigScreen({super.key, required this.config, required this.name});
|
const RenderedConfigScreen({super.key, required this.config, required this.name});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
|
Loading…
Reference in a new issue