menu
at_contacts_group_flutter package
documentation
widgets/bottom_sheet.dart
GroupBottomSheet
GroupBottomSheet const constructor
GroupBottomSheet const constructor
dark_mode
light_mode
GroupBottomSheet
constructor
const
GroupBottomSheet
(
{
Function
?
onPressed
,
required
String
buttontext
,
String
message
=
''
,
})
Implementation
const GroupBottomSheet({ this.onPressed, required this.buttontext, this.message = '', });
at_contacts_group_flutter package
documentation
widgets/bottom_sheet
GroupBottomSheet
GroupBottomSheet const constructor
GroupBottomSheet class