mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +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(
|
||||
decoration: BoxDecoration(
|
||||
border: Border(
|
||||
|
Reference in New Issue
Block a user