label property

dynamic Function(String from, String to)? label
final

Label widget which should be shown above the appbar (Also need to activate via the 'showLabel flag {from currentProgress, to finishOfProgress})

Implementation

final Function(String from, String to)? label;