menu
pretty_dialog package
documentation
empty.dart
Empty
Empty constructor
Empty constructor
dark_mode
light_mode
Empty
constructor
Empty
(
{
double
?
width
,
double
?
height
,
int
?
flex
,
})
setting the flex field will ignore the width and height
Implementation
Empty({this.width, this.height, this.flex});
pretty_dialog package
documentation
empty
Empty
Empty constructor
Empty class