There was an error while loading. Please reload this page.
7fb4643
showAdaptiveActionSheet( context: context, actions: <BottomSheetAction>[ BottomSheetAction( title: 'Add', onPressed: () {}, leading: const Icon( Icons.add, size: 25, ), trailing: const Icon( Icons.delete, size: 25, color: Colors.red, ), textAlign: TextAlign.start, ), ], cancelAction: CancelAction(title: 'Cancel'), );