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})

Properties

avatarIcon IconData
final
avatarImage String?
final
avatarSize double?
final
body Widget?
getter/setter pair
context BuildContext?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double
getter/setter pair
hideAvatar bool
final
hideDefaultControls bool?
getter/setter pair
onAccept Function?
getter/setter pair
onCancel Function?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subTitle String?
getter/setter pair
title String
getter/setter pair

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

Operators

operator ==(Object other) bool
The equality operator.
inherited