menu
fml package
documentation
dialog/manager.dart
DialogRequest
DialogRequest.new constructor
DialogRequest.new constructor
dark_mode
light_mode
DialogRequest
constructor
DialogRequest
(
{
DialogType
?
type
,
Image
?
image
,
String
?
title
,
String
?
description
,
Widget
?
content
,
List
<
Widget
>
?
buttons
,
})
Implementation
DialogRequest( {this.type, this.image, this.title, this.description, this.content, this.buttons});
fml package
documentation
dialog/manager
DialogRequest
DialogRequest.new constructor
DialogRequest class