There was an error while loading. Please reload this page.
49a8f90
title
BottomSheetAction( title: const Text( 'Title', style: TextStyle( fontSize: 18, fontWeight: FontWeight.w500, ), ), onPressed: () {}, leading: const Icon(Icons.add, size: 25), ),
BottomSheetAction( title: 'Title', textStyle: TextStyle( fontSize: 18, fontWeight: FontWeight.w500, ), onPressed: () {}, leading: const Icon(Icons.add, size: 25), ),