Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37bd424

Browse files
updating the value by default of the battery level
1 parent cfed35b commit 37bd424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/battery_indicator.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class BatteryIndicator extends StatefulWidget {
4747

4848
BatteryIndicator(
4949
{this.batteryFromPhone = true,
50-
this.batteryLevel = 15,
50+
this.batteryLevel = 25,
5151
this.style = BatteryIndicatorStyle.flat,
5252
this.ratio = 2.5,
5353
this.mainColor = Colors.black,

0 commit comments

Comments
 (0)