mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
More linting again
This commit is contained in:
parent
77bac9af36
commit
be36811cb3
20 changed files with 68 additions and 75 deletions
|
|
@ -5,13 +5,13 @@ import "package:inventree/l10.dart";
|
|||
|
||||
class PaginatedSearchWidget extends StatelessWidget {
|
||||
|
||||
PaginatedSearchWidget(this.controller, this.onChanged, this.results);
|
||||
const PaginatedSearchWidget(this.controller, this.onChanged, this.results);
|
||||
|
||||
Function onChanged;
|
||||
final Function onChanged;
|
||||
|
||||
int results = 0;
|
||||
final int results;
|
||||
|
||||
TextEditingController controller;
|
||||
final TextEditingController controller;
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue