mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-14 17:25:50 +00:00
Added type annotation.
This commit is contained in:
@ -66,7 +66,7 @@ class PowerClampEnergyStatusWidget extends StatelessWidget {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget _separatorBuilder(context, index) {
|
Widget _separatorBuilder(BuildContext context, int index) {
|
||||||
return DecoratedBox(
|
return DecoratedBox(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
border: Border(
|
border: Border(
|
||||||
|
Reference in New Issue
Block a user