extras method
- BuildContext? context,
override
an optional extra Widget, to display extra data (currently only used by CheckPointDefect to show the urgency)
Implementation
@override
List<Widget> extras({BuildContext? context}) => [
if (!forceOffline)
_RecursiveDownloadButton(caller: CategoryModel(this)),
];