getActions method
- {required BuildContext context,
- required WidgetRef ref,
- required AppModel appModel}
Get the floating search bar actions of this source when it is the active source being displayed on its respective media type tab.
Implementation
List<Widget> getActions({
required BuildContext context,
required WidgetRef ref,
required AppModel appModel,
}) {
return [];
}