BottomSheetRF class
Constructors
-
BottomSheetRF.new({required String title, String? subTitle, BuildContext? context, Widget? body, Function? onAccept, Function? onCancel, double height = 300, bool? hideDefaultControls, IconData avatarIcon = Icons.search, String? avatarImage, double? avatarSize = 32, bool hideAvatar = false})
-
Methods
-
dialogActions(dynamic onAccept, dynamic onCancel)
→ dynamic
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited