DialogRF class

Constructors

DialogRF.new(BuildContext context, {String title = "Missing Title", String subTitle = "Missing Sub Title", Widget? body, DialogType type = DialogType.full, bool hideDefaultControls = false, Function? onAccept, Function? onCancel, double height = 300, IconData avatarIcon = FontAwesomeIcons.magnifyingGlass, String? avatarImage, double? avatarIconSize, double blurAmount = 3, Color? avatarBackground, bool hideAvatar = false, dynamic fullWindowDialogScrollEffect = ScrollPhysicsRF.glow})

Properties

avatarBackground Color?
final
avatarIcon IconData
final
avatarIconSize double?
final
avatarImage String?
final
blurAmount double
final
body Widget?
final
context BuildContext
final
fullWindowDialogScrollEffect → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
hideAvatar bool
final
hideDefaultControls bool
final
onAccept Function?
final
onCancel Function?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subTitle String
final
title String
final
type DialogType
final

Methods

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

Static Methods

refresh() → dynamic