ArcaneMeter.storage constructor
const
ArcaneMeter.storage({})
Implementation
const ArcaneMeter.storage({
required this.value,
this.max = 100,
this.label = 'Storage',
this.showValue = true,
this.size = MeterSize.md,
super.key,
}) : min = 0,
low = null,
high = 80,
optimum = null,
valueSuffix = '%',
style = MeterStyle.bar,
color = MeterColor.adaptive,
segments = 10;