Badou

Results 3 comments of Badou

In this mode : PopupPropsMultiSelection.modalBottomSheet

Thanks for the quick response. Flutter has been updated. It works for Android but not for iOS. - iOS : - Android :

Here is the code : ```dart Widget _customPopupItemBuilderSubActivity( BuildContext context, SubActivityModel? item, bool isSelected, ) { return Container( margin: EdgeInsets.symmetric(horizontal: 8), decoration: !isSelected ? null : BoxDecoration( border: Border.all(color: Theme.of(context).primaryColor),...