mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-22 14:10:37 -04:00
Changes from dart fix --apply
This commit is contained in:
parent
c9653bab18
commit
d5a03f57d5
10 changed files with 193 additions and 10 deletions
|
@ -23,6 +23,11 @@ class BackgroundTicker extends ConsumerStatefulWidget {
|
|||
|
||||
@override
|
||||
BackgroundTickerState createState() => BackgroundTickerState();
|
||||
@override
|
||||
void debugFillProperties(DiagnosticPropertiesBuilder properties) {
|
||||
super.debugFillProperties(properties);
|
||||
properties.add(ObjectFlagProperty<Widget Function(BuildContext p1)>.has('builder', builder));
|
||||
}
|
||||
}
|
||||
|
||||
class BackgroundTickerState extends ConsumerState<BackgroundTicker> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue